llvm-project/lldb/tools/debugserver/source/MacOSX
Greg Clayton 9a8fa9161f Added generic register numbers for simple ABI argument registers and defined
the appropriate registers for arm and x86_64. The register names for the
arguments that are the size of a pointer or less are all named "arg1", "arg2",
etc. This allows you to read these registers by name:

(lldb) register read arg1 arg2 arg3
...

You can also now specify you want to see alternate register names when executing
the read register command:

(lldb) register read --alternate
(lldb) register read -A

llvm-svn: 131376
2011-05-15 04:12:07 +00:00
..
arm Added generic register numbers for simple ABI argument registers and defined 2011-05-15 04:12:07 +00:00
i386 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. 2011-05-03 22:09:39 +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 Added generic register numbers for simple ABI argument registers and defined 2011-05-15 04:12:07 +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
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 Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachException.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachProcess.cpp Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +00:00
MachProcess.h Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +00:00
MachTask.cpp Add a (currently disabled) bear trap where instead of deallocating pages, we remove all permissions. 2011-01-22 01:22:51 +00:00
MachTask.h Retry task_for_pid a few times to avoid some cases where task_for_pid fails. 2010-09-30 18:10:44 +00:00
MachThread.cpp Added new OptionGroup classes for UInt64, UUID, File and Boolean values. 2011-05-03 22:09:39 +00:00
MachThread.h Reverting recent thread resume changes as it was causing testing issues. 2011-01-25 06:55:13 +00:00
MachThreadList.cpp Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. 2011-02-08 05:20:59 +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 Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachVMMemory.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachVMRegion.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
MachVMRegion.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
dbgnub-mig.defs Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00