llvm-project/lldb
Greg Clayton 8f258513a1 Fixed an assertion that could happen if we happened to parse a mach-o object
file that had a symbol that had a section specified where the section had
zero size. We now honor this section definition for the symbol and don't
assert anymore.

llvm-svn: 138646
2011-08-26 20:01:35 +00:00
..
docs Add a note. 2011-07-20 20:28:36 +00:00
examples More documentation changes (WIP) 2011-08-24 01:32:46 +00:00
include Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no 2011-08-25 19:38:34 +00:00
lib Patch by Filipe to build lldb usng 'make'! 2011-08-23 22:36:23 +00:00
lldb.xcodeproj Separated FormatNavigator and FormatManager in two different files ; moved FormatCategoryItem enum out of FormatManager.h as a debugger-wide lldb_private enum ; minor style cleanups 2011-08-22 23:45:15 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Make the CFBundleShortVersionString and CFBundleVersion automatically track 2011-08-25 04:13:59 +00:00
scripts Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite 2011-08-23 00:32:52 +00:00
source Fixed an assertion that could happen if we happened to parse a mach-o object 2011-08-26 20:01:35 +00:00
test Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable 2011-08-26 00:00:01 +00:00
tools Better help string for "lldb -- file arg1 arg2..." 2011-08-16 23:57:58 +00:00
utils Fix typos in comment. 2011-08-20 01:02:31 +00:00
www Change old "settings set frame-prompt" and thread-prompt 2011-08-25 02:46:44 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00