llvm-project/lldb
Ashok Thirumurthi d36712df8d Refactoring for struct UserArea:
- Decouples RegisterContext_x86_64 from UserArea.
- Restores the original definition of UserArea so that it can be used to generate offsets for use with ptrace.
- Moves UserArea to the 64-bit Linux specialization.

- Also fixes an off-by-one error for the size of m_gpr.
- Also adds a TODO comment noting the need for a mechanism to identify the correct plugin based on the target OS (and architecture).

Reviewed by: Matt Kopec and Samuel Jacob

llvm-svn: 181055
2013-05-03 20:00:17 +00:00
..
docs Updated the code signing docs. 2013-03-29 17:53:55 +00:00
examples Print a backtrace line for a pc value even if we can't make an SBAddress 2013-05-01 01:26:52 +00:00
include Fix logic error in ProcessInfo::SetArg0 2013-05-03 19:38:09 +00:00
lib Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993. 2013-05-03 15:28:03 +00:00
lldb.xcodeproj Remove unused OperatingSystem plugin. 2013-05-03 03:05:52 +00:00
lldb.xcworkspace Move the performance test cases into their own project. 2013-03-18 23:05:00 +00:00
resources Updated Apple LLDB version to lldb-300.99.0. Also 2013-03-07 22:29:06 +00:00
scripts <rdar://problem/11742979> 2013-05-03 01:29:27 +00:00
source Refactoring for struct UserArea: 2013-05-03 20:00:17 +00:00
test Adding test for non-API process attach 2013-05-03 00:10:27 +00:00
tools <rdar://problem/13732521> 2013-05-02 22:40:22 +00:00
utils Minor update to Vim frontend: simplify breakpoints display (and list unresolved breakpoints) 2013-02-12 00:31:40 +00:00
www Added a few things that need to be installed on linux to build LLDB. 2013-05-03 16:29:42 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
CMakeLists.txt More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
INSTALL.txt Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang. 2013-02-21 22:37:18 +00:00
LICENSE.TXT
Makefile Fix Linux i386 build 2013-03-07 00:48:53 +00:00