llvm-project/lldb/source/Plugins
Greg Clayton bb3a9b74e7 Update ABISysV_x86_64.cpp to use more efficient register finding calls.
Instead of looking up registers by name, we use the generic ID when we can.

Also added code that creates an extra frame when running expressions by pushing the current PC and FP and then hooking up the FP backchain. This code is "#if 0" out for now until we can pair it with unwinder fixes.

llvm-svn: 194035
2013-11-05 01:24:05 +00:00
..
ABI Update ABISysV_x86_64.cpp to use more efficient register finding calls. 2013-11-05 01:24:05 +00:00
Disassembler Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
DynamicLoader Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
Instruction Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
LanguageRuntime Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
ObjectContainer Fix the format warnings. 2013-10-31 23:55:19 +00:00
ObjectFile Added the ability to get the SDK path for a target using the platform plugins. If LLDB lives inside an Xcode.app bundle, it will select the SDK in the Xcode bundle, else it will use the currently selected Xcode. 2013-10-24 22:54:08 +00:00
OperatingSystem <rdar://problem/14972424> 2013-10-17 01:10:23 +00:00
Platform Fixed a warning in PlatformiOSSimulator where GetSDKDirectory was hiding recently added virtual function. Renamed GetSDKDirectory to GetSDKsDirectory to fix the issue. GetSDKsDirectory is a better fit because it finds the directory that contains all SDKs, not the current one. 2013-10-30 18:40:41 +00:00
Process Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
SymbolFile Migrate DWARFDebugLine to DWARFDataExtractor 64-bit DWARF support 2013-10-31 19:51:53 +00:00
SymbolVendor Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
UnwindAssembly Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Makefile SymbolVendor/ELF is actually referenced by default by lib/Makefile on all 2013-09-18 16:33:12 +00:00