llvm-project/lldb/tools/debugserver/source/MacOSX
Greg Clayton caca09b628 Patch from Filipe Cabecinhas.
llvm-svn: 155641
2012-04-26 17:11:01 +00:00
..
arm Fix a typo. 2012-03-23 01:28:19 +00:00
i386 Remove a ton of implicit narrowing conversions for C++11 compatibility. 2012-02-21 18:37:14 +00:00
ppc Fixed Process::Halt() as it was broken for "process halt" after recent changes 2010-11-18 05:57:03 +00:00
x86_64 Remove a ton of implicit narrowing conversions for C++11 compatibility. 2012-02-21 18:37:14 +00:00
CFBundle.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CFBundle.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CFData.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CFData.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CFString.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CFString.h Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00
CFUtils.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
HasAVX.h Added support for dynamic detection of AVX, and 2011-07-16 00:49:19 +00:00
HasAVX.s Fixed a problem where the HasAVX() code in 2011-08-09 18:10:15 +00:00
MachDYLD.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachDYLD.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachException.cpp <rdar://problem/11007934> 2012-03-08 03:27:27 +00:00
MachException.h <rdar://problem/11007934> 2012-03-08 03:27:27 +00:00
MachProcess.cpp Suspend program threads before sending the SIGSTOP & resuming, so other threads won't get into trouble while we are waiting for the SIGSTOP. 2012-04-25 17:45:26 +00:00
MachProcess.h Suspend program threads before sending the SIGSTOP & resuming, so other threads won't get into trouble while we are waiting for the SIGSTOP. 2012-04-25 17:45:26 +00:00
MachTask.cpp Patch from Filipe Cabecinhas. 2012-04-26 17:11:01 +00:00
MachTask.h Added optional calls to lldb_private::Process for getting memory region info 2011-11-18 07:03:08 +00:00
MachThread.cpp Check the return value of GetBasicInfo before dereferencing it. <rdar://problem/10568492> 2012-01-10 22:21:42 +00:00
MachThread.h <rdar://problem/10434005> 2012-03-14 03:07:05 +00:00
MachThreadList.cpp Remove a ton of implicit narrowing conversions for C++11 compatibility. 2012-02-21 18:37:14 +00:00
MachThreadList.h Added logging for threads that are spawned while we stop. We log their 2011-01-24 06:11:50 +00:00
MachVMMemory.cpp Make debugserver quieter about memory read errors. 2012-03-09 21:09:42 +00:00
MachVMMemory.h Always return a valid answer for qMemoryRegionInfo if the packet is supported. 2011-12-12 18:51:14 +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
dbgnub-mig.defs Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
stack_logging.h Basic infrastructure code to exploit malloc stack logging as available on Mac OS X to track the allocation history of pointers on the target process 2011-09-09 00:04:24 +00:00