llvm-project/lldb/tools/debugserver/source/MacOSX
Dawn Perchik aa80814c69 Fix debugserver build breakage on Mavericks after lldb commit svn 240728
vm_kernel_page_size appears to not be defined on OSX Mavericks, so the
build fails.  This patch fixes the build by calculating the pagesize if
_VM_PAGE_SIZE_H_ is not defined.

llvm-svn: 242114
2015-07-14 03:50:10 +00:00
..
arm Fix debugserver warnings on MacOSX. 2015-03-09 19:45:23 +00:00
arm64 Build fix for building debugserver for ios. 2015-03-17 23:16:42 +00:00
i386 Fix debugserver warnings on MacOSX. 2015-03-09 19:45:23 +00:00
ppc Fix debugserver warnings on MacOSX. 2015-03-09 19:45:23 +00:00
x86_64 Fix debugserver warnings on MacOSX. 2015-03-09 19:45:23 +00:00
CFBundle.cpp Resolve any bundle paths we are given when the specified executable is a bundle. 2012-10-31 21:44:39 +00:00
CFBundle.h Resolve any bundle paths we are given when the specified executable is a bundle. 2012-10-31 21:44:39 +00:00
CFData.cpp
CFData.h
CFString.cpp
CFString.h
CFUtils.h
CMakeLists.txt Fix codesigning of MacOSX debugserver when built with cmake. 2014-10-02 16:59:30 +00:00
Genealogy.cpp Fix debugserver warnings on MacOSX. 2015-03-09 19:45:23 +00:00
Genealogy.h Fix debugserver warnings on MacOSX. 2015-03-09 19:45:23 +00:00
GenealogySPI.h Initial merge of some of the iOS 8 / Mac OS X Yosemite specific 2014-06-13 02:37:02 +00:00
HasAVX.h
HasAVX.s
MachException.cpp <rdar://problem/14814689> 2013-11-13 23:33:41 +00:00
MachException.h Fix debugserver warnings on MacOSX. 2015-03-09 19:45:23 +00:00
MachProcess.h Add a another packet to the gdb-remote protocol, 2015-07-10 23:15:22 +00:00
MachProcess.mm Add a another packet to the gdb-remote protocol, 2015-07-10 23:15:22 +00:00
MachTask.h Allow for a task port to change when we exec. 2014-04-30 20:27:01 +00:00
MachTask.mm Fix debugserver build breakage on Mavericks after lldb commit svn 240728 2015-07-14 03:50:10 +00:00
MachThread.cpp Fix debugserver warnings on MacOSX. 2015-03-09 19:45:23 +00:00
MachThread.h Fix debugserver warnings on MacOSX. 2015-03-09 19:45:23 +00:00
MachThreadList.cpp Fix debugserver warnings on MacOSX. 2015-03-09 19:45:23 +00:00
MachThreadList.h Fix debugserver warnings on MacOSX. 2015-03-09 19:45:23 +00:00
MachVMMemory.cpp Use the right ifdef macro, reviewed by Jason 2015-06-26 00:04:51 +00:00
MachVMMemory.h Use the right ifdef macro, reviewed by Jason 2015-06-26 00:04:51 +00:00
MachVMRegion.cpp Always return a valid answer for qMemoryRegionInfo if the packet is supported. 2011-12-12 18:51:14 +00:00
MachVMRegion.h Always return a valid answer for qMemoryRegionInfo if the packet is supported. 2011-12-12 18:51:14 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
ThreadInfo.h Initial merge of some of the iOS 8 / Mac OS X Yosemite specific 2014-06-13 02:37:02 +00:00
dbgnub-mig.defs
stack_logging.h