hanchenye-llvm-project/lldb/source
Greg Clayton d16e1e596a Added the ability to _not_ skip the prologue when settings breakpoints
by name by adding an extra parameter to the lldb_private::Target breakpoint 
setting functions.

Added a function in the DWARF symbol file plug-in that can dump errors
and prints out which DWARF file the error is happening in so we can track
down what used to be assertions easily.

Fixed the MacOSX kernel plug-in to properly read the kext images and set
the kext breakpoint to watch for kexts as they are loaded.

llvm-svn: 134990
2011-07-12 17:06:17 +00:00
..
API Fixed the global and static variables to always be in scope. 2011-07-09 20:12:33 +00:00
Breakpoint Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Commands Added "command history" command to dump the command history. 2011-07-12 03:12:18 +00:00
Core named summaries: 2011-07-12 00:18:11 +00:00
Expression Added the ability to see block variables when looking up addresses 2011-07-11 05:12:02 +00:00
Host Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants 2011-06-18 23:52:14 +00:00
Interpreter Added "command history" command to dump the command history. 2011-07-12 03:12:18 +00:00
Plugins Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Symbol Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Target Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Utility API fix and missing headers. 2011-05-19 23:07:19 +00:00
Makefile
lldb-log.cpp Deleted one too many characters... 2011-05-07 01:03:33 +00:00
lldb.cpp LLDB now has a Kernel dynamic linker that can detect where kexts are 2011-07-08 04:11:42 +00:00