hanchenye-llvm-project/lldb
Jim Ingham b7f6b2fa3c Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line.
Set the default Source File & line to main (if it can be found.) at startup.  Selecting the current thread & or frame resets 
the current source file & line, and "source list" as well as the breakpoint command "break set -l <NUM>" will use the 
current source file.

llvm-svn: 139323
2011-09-08 22:13:49 +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 Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. 2011-09-08 22:13:49 +00:00
lib Patch by Filipe to build lldb usng 'make'! 2011-08-23 22:36:23 +00:00
lldb.xcodeproj Add a data type WatchpointLocationList to the repository. A Target contains an instance of watchpoint location list. 2011-09-06 20:05:25 +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 Redesign of the interaction between Python and frozen objects: 2011-09-06 19:20:51 +00:00
source Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. 2011-09-08 22:13:49 +00:00
test Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. 2011-09-08 22:13:49 +00:00
tools Added comments about exception code. 2011-09-08 17:07:22 +00:00
utils Fix typos in comment. 2011-08-20 01:02:31 +00:00
www Added help on stack frame selection compared to GDB and corrected the register 2011-09-08 20:14:22 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00