llvm-project/lldb/source
Sean Callanan d5f33a86f0 Updated LLVM to take a new MC JIT that supports
allocations by section.  We install these sections
in the target process and inform the JIT of their
new locations.

Also removed some unused variable warnings.

llvm-svn: 151789
2012-03-01 02:03:47 +00:00
..
API <rdar://10949461> 2012-02-29 19:16:40 +00:00
Breakpoint Make the Watchpoint IDs unique per target, not across targets as before. 2012-02-25 06:44:30 +00:00
Commands Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as needed to 2012-02-29 03:40:22 +00:00
Core Updated LLVM to take a new MC JIT that supports 2012-03-01 02:03:47 +00:00
Expression Updated LLVM to take a new MC JIT that supports 2012-03-01 02:03:47 +00:00
Host Fixed the install path for the XPC binaries. Added 3 aggregate targets: 2012-02-29 19:16:02 +00:00
Interpreter <rdar://problem/10605072> 2012-02-29 04:21:24 +00:00
Plugins Fix a typo in comment. 2012-02-29 21:51:13 +00:00
Symbol Updated LLVM to take a new MC JIT that supports 2012-03-01 02:03:47 +00:00
Target Convert the thread plans over from using the stack count to do their logic to using StackID's. This 2012-03-01 00:50:50 +00:00
Utility rdar://problem/10652076 2012-02-29 01:07:59 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a logging mode that takes a callback and flush'es to that callback. 2012-02-21 02:23:08 +00:00
lldb.cpp Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used 2012-02-27 19:12:12 +00:00