llvm-project/lldb/source
Greg Clayton fff42e6241 Line tables were trying to be too clever and only use 24 bits for a line
table offset where the offset is within a section. Increased the section
offset for line table entries to be 32 bits (from 24 bits), giving each 
section a 4G offset, and increased the section index to 32 bits (from 8 bits).

llvm-svn: 122200
2010-12-19 22:07:39 +00:00
..
API Linux patches from Stephen Wilson. 2010-12-18 01:48:09 +00:00
Breakpoint Fixed an issue where the macosx dynamic loader, on the first shared library loaded notification, wasn't properly removing shared libraries from the target that didn't get loaded. This usually happens when a different shared library is loaded in place of another due to DYLD_LIBRARY_PATH or DYLD_FRAMEWORK_PATH environment variables. We now properly remove any images that didn't make it into the executable. 2010-12-12 21:03:32 +00:00
Commands Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() 2010-12-15 05:08:08 +00:00
Core Improved our argument parsing abilities to be able to handle stuff more like 2010-12-19 03:41:24 +00:00
Expression Added access to set the current stack frame within a thread so any command 2010-12-17 02:26:24 +00:00
Host Linux patches from Stephen Wilson. 2010-12-18 01:54:34 +00:00
Interpreter Removed logging code that I accidentally left in after recent changes. 2010-12-19 21:36:12 +00:00
Plugins Fixed the handling of the _cmd parameter in the i386 2010-12-18 00:32:25 +00:00
Symbol Line tables were trying to be too clever and only use 24 bits for a line 2010-12-19 22:07:39 +00:00
Target Added the ability to read unsigned integers from the Process: 2010-12-16 20:01:20 +00:00
Utility Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp - Fix alias-building & resolving to properly handle optional arguments for command options. 2010-12-07 19:58:26 +00:00
lldb.cpp Fixes for linux building from Stephen Wilson. 2010-12-16 21:36:30 +00:00