Deleted Added
full compact
PlatformFreeBSD.h (321369) PlatformFreeBSD.h (322326)
1//===-- PlatformFreeBSD.h ---------------------------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 47 unchanged lines hidden (view full) ---

56
57 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
58
59 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
60 Target *target, Status &error) override;
61
62 void CalculateTrapHandlerSymbolNames() override;
63
1//===-- PlatformFreeBSD.h ---------------------------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 47 unchanged lines hidden (view full) ---

56
57 Status LaunchProcess(ProcessLaunchInfo &launch_info) override;
58
59 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
60 Target *target, Status &error) override;
61
62 void CalculateTrapHandlerSymbolNames() override;
63
64 uint64_t ConvertMmapFlagsToPlatform(const ArchSpec &arch,
65 unsigned flags) override;
64 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
65 lldb::addr_t length, unsigned prot,
66 unsigned flags, lldb::addr_t fd,
67 lldb::addr_t offset) override;
66
67private:
68 DISALLOW_COPY_AND_ASSIGN(PlatformFreeBSD);
69};
70
71} // namespace platform_freebsd
72} // namespace lldb_private
73
74#endif // liblldb_PlatformFreeBSD_h_
68
69private:
70 DISALLOW_COPY_AND_ASSIGN(PlatformFreeBSD);
71};
72
73} // namespace platform_freebsd
74} // namespace lldb_private
75
76#endif // liblldb_PlatformFreeBSD_h_