llvm-project/lldb/tools/debugserver/source/MacOSX
Jim Ingham 279ceecf65 Add a call to "sync" a thread state before checkpointing registers in preparation for
calling functions.  This is necessary on Mac OS X, since bad things can happen if you set
the registers of a thread that's sitting in a kernel trap.

<rdar://problem/11145013>

llvm-svn: 160756
2012-07-25 21:12:43 +00:00
..
arm <rdar://problem/11679380> Make sure we do not fallback to software stepping when hardware stepping should work but fails to get enabled. Also removing dead code paths 2012-06-28 01:23:30 +00:00
i386 Properly initialize the member fields used for hardware watchpoint transaction management. 2012-06-02 06:25:23 +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 Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +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 Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
MachException.h <rdar://problem/11007934> 2012-03-08 03:27:27 +00:00
MachProcess.cpp Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +00:00
MachProcess.h Add a call to "sync" a thread state before checkpointing registers in preparation for 2012-07-25 21:12:43 +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 rdar://problem/11320188 2012-06-01 23:43:05 +00:00
MachThread.h rdar://problem/11320188 2012-06-01 23:43:05 +00:00
MachThreadList.cpp Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
MachThreadList.h Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. 2012-05-23 21:09:52 +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