llvm-project/lldb/source/Plugins/Process/Utility
Jean-Daniel Dupas e7c7c3de93 Replace uint32_t by lldb::RegisterKing in register context API.
llvm-svn: 212172
2014-07-02 09:51:28 +00:00
..
ARMDefines.h
ARMUtils.h Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
CMakeLists.txt Fixup Windows build breaks for the llgs upstream. 2014-06-30 23:51:35 +00:00
DynamicRegisterInfo.cpp This creates a valid Python API for Windows, pending some issues. The changes included are - 2014-07-01 17:57:19 +00:00
DynamicRegisterInfo.h <rdar://problem/14972424> 2013-10-17 01:10:23 +00:00
FreeBSDSignals.cpp Move FreeBSDSignals to Utility 2014-04-17 13:03:10 +00:00
FreeBSDSignals.h Move FreeBSDSignals to Utility 2014-04-17 13:03:10 +00:00
HistoryThread.cpp Temporarily roll back the parts of r211241 where I fixed a 2014-06-23 21:30:15 +00:00
HistoryThread.h Change the Mac OS X SystemRuntime plugin from using the placeholder 2014-02-05 05:44:54 +00:00
HistoryUnwind.cpp Temporarily roll back the parts of r211241 where I fixed a 2014-06-23 21:30:15 +00:00
HistoryUnwind.h Add History subclasses for Thread, Unwind, RegisterContext. 2013-11-08 04:59:54 +00:00
InferiorCallPOSIX.cpp Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
InferiorCallPOSIX.h Add GNU indirect function support in expressions for Linux. 2013-02-27 20:13:38 +00:00
InstructionUtils.h
LinuxSignals.cpp Fixup Windows build breaks for the llgs upstream. 2014-06-30 23:51:35 +00:00
LinuxSignals.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
Makefile
RegisterContextDarwin_arm.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_arm.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_arm64.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_arm64.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_i386.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_i386.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_x86_64.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDarwin_x86_64.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDummy.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextDummy.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextFreeBSD_i386.cpp Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextFreeBSD_i386.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextFreeBSD_mips64.cpp Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextFreeBSD_mips64.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextFreeBSD_x86_64.cpp Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextFreeBSD_x86_64.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextHistory.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextHistory.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextLLDB.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextLLDB.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextLinux_i386.cpp Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextLinux_i386.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextLinux_x86_64.cpp Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextLinux_x86_64.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterContextMacOSXFrameBackchain.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextMacOSXFrameBackchain.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextMach_arm.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_arm.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMach_i386.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_i386.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMach_x86_64.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_x86_64.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMemory.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextMemory.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextPOSIX.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
RegisterContextPOSIX_mips64.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextPOSIX_mips64.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextPOSIX_x86.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextPOSIX_x86.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextThreadMemory.cpp Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContextThreadMemory.h Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
RegisterContext_mips64.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContext_x86.h Renamed a struct from i386 to i386_. 2014-03-24 17:33:09 +00:00
RegisterInfoInterface.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
RegisterInfos_i386.h Utility: fix compilation on Linux 2014-04-19 21:18:28 +00:00
RegisterInfos_mips64.h Utility: fix compilation on Linux 2014-04-19 21:18:28 +00:00
RegisterInfos_x86_64.h Utility: fix compilation on Linux 2014-04-19 21:18:28 +00:00
StopInfoMachException.cpp lldb arm64 import. 2014-03-29 18:54:20 +00:00
StopInfoMachException.h <rdar://problem/9959501> 2012-09-25 02:40:06 +00:00
ThreadMemory.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
ThreadMemory.h Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
UnwindLLDB.cpp sanitise sign comparisons 2014-04-02 03:51:35 +00:00
UnwindLLDB.h Add a new target setting, trap-handler-names, where a user can 2014-02-14 05:06:49 +00:00
UnwindMacOSXFrameBackchain.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
UnwindMacOSXFrameBackchain.h Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
lldb-x86-register-enums.h Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00