llvm-project/lldb/source
Jason Molenda 82d4a2b91f Add an additional "frame select" usage where it will re-select the current frame
if no frame is specified.  This is useful to get the source context lines re-displayed
when you need a reminder of where you are in the source currently.

llvm-svn: 140819
2011-09-29 23:02:41 +00:00
..
API Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. 2011-09-27 20:29:45 +00:00
Breakpoint Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) 2011-09-27 01:19:20 +00:00
Commands Add an additional "frame select" usage where it will re-select the current frame 2011-09-29 23:02:41 +00:00
Core Added more functionality to the public API to allow for better 2011-09-26 07:11:27 +00:00
Expression Factored out handling of the source code for an 2011-09-26 18:45:31 +00:00
Host Added the ability to restrict breakpoints by function name, function regexp, selector 2011-09-23 00:54:11 +00:00
Interpreter Added to the public API to allow symbolication: 2011-09-24 00:52:29 +00:00
Plugins Fix verbose logging of unwinders. 2011-09-29 22:34:41 +00:00
Symbol Free up some space in lldb_private::Block by not requiring a sibling pointer. 2011-09-29 21:19:25 +00:00
Target Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. 2011-09-27 20:29:45 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed the logging output to be done consistently across all plug-ins. 2011-09-12 04:05:41 +00:00
lldb.cpp Convert over to the latest and greatest on disc accelerator 2011-09-28 17:06:40 +00:00