llvm-project/lldb/tools/debugserver/source/MacOSX
Jason Molenda 9878e3b4b5 A partner to the cleanup in r247741, change the variables names in
debugserver to match.  "gcc" is now "ehframe" and "gdb" is now
"debugserver".  Because this is debugserver, what we call the Process
Plugin register numbers up in lldb are the debugserver register
numbers down here - they are the register numbers that debugserver
will use to refer to these registers over the gdb-remote protocol.

debugserver was already reporting the registers with the key
"ehframe"; this change is just cleaning up the internal variable
names to match.

llvm-svn: 247751
2015-09-15 23:49:57 +00:00
..
arm A partner to the cleanup in r247741, change the variables names in 2015-09-15 23:49:57 +00:00
arm64 A partner to the cleanup in r247741, change the variables names in 2015-09-15 23:49:57 +00:00
i386 A partner to the cleanup in r247741, change the variables names in 2015-09-15 23:49:57 +00:00
ppc Fix warnings. 2015-07-22 17:31:44 +00:00
x86_64 A partner to the cleanup in r247741, change the variables names in 2015-09-15 23:49:57 +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 [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +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 Add missing newline at EOF. 2015-08-13 02:44:40 +00:00
MachException.cpp More packet performance improvements. 2015-07-17 23:42:28 +00:00
MachException.h Remove DNBConfig.h 2015-08-13 00:32:01 +00:00
MachProcess.h Have debugserver send the OS version string plus 2015-08-12 03:27:33 +00:00
MachProcess.mm Fix lldb build on older OSX versions after svn commit r244716 2015-08-27 03:42:56 +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 warnings. 2015-07-22 17:31:44 +00:00
MachThread.cpp Quiet build warnings on MacOSX. 2015-08-18 22:30:25 +00:00
MachThread.h Fix warnings. 2015-07-22 17:31:44 +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 [debugserver] Fix sign comparison warning. 2015-09-01 23:45:14 +00:00
MachVMMemory.h [debugserver] Fix sign comparison warning. 2015-09-01 23:45:14 +00:00
MachVMRegion.cpp
MachVMRegion.h
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 Remove DNBConfig.h 2015-08-13 00:32:01 +00:00
stack_logging.h