summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint
Commit message (Expand)AuthorAgeFilesLines
* Revert r133358 which forgoes printing of breakpoint command when doing a brea...Johnny Chen2011-06-201-0/+8
* Don't print the baton when a breakpoint has a callback since it is prettyGreg Clayton2011-06-181-8/+0
* Made GetConditionText const everywhere. Made it return NULL when there's no ...Jim Ingham2011-06-153-6/+6
* Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...Jim Ingham2011-06-021-16/+25
* Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton2011-05-221-4/+4
* Moved a lot of simple functions from StoppointLocation.cpp to be inlined inGreg Clayton2011-05-191-64/+0
* Breakpoint::Description with eDescriptionLevelBrief should just print the num...Jim Ingham2011-05-141-1/+3
* Did some work on the "register read" command to only show the first registerGreg Clayton2011-04-221-1/+6
* Added more platform support. There are now some new commands:Greg Clayton2011-03-193-3/+3
* Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpointGreg Clayton2011-02-053-137/+53
* Fix breakpoint id test to work with clang as well as gcc; added a fewCaroline Tice2011-02-021-1/+14
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-2/+11
* Add missing {} so we don't print the Baton address for the brief breakpoint l...Jim Ingham2011-01-221-1/+3
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-1/+1
* Fixed an issue where the macosx dynamic loader, on the first shared library l...Greg Clayton2010-12-121-1/+1
* When shared libraries are unloaded, they are now removed from the targetGreg Clayton2010-12-061-16/+14
* Added support for indicating to the expression parserSean Callanan2010-11-191-1/+6
* Added the ability to get more information on the SBThread's stop reasonGreg Clayton2010-11-182-0/+2
* Fixed a crasher (an assert was firing in the DWARF parser) when settingGreg Clayton2010-11-141-7/+31
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-065-7/+7
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-0/+2
* Added a user-settable variable, 'target.expr-prefix',Sean Callanan2010-10-291-3/+3
* Check in an initial implementation of the "breakpoint clear" command, whose p...Johnny Chen2010-10-285-7/+33
* Replace unnecessary dynamic_cast with static_cast.Jim Ingham2010-10-271-1/+1
* Remove inappropriate if-clause in regex name resolution that wasCaroline Tice2010-10-261-2/+1
* Don't re-insert disabled breakpoint locations.Jim Ingham2010-10-202-1/+6
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-143-6/+156
* Fix some memory leaks.Caroline Tice2010-10-121-1/+0
* Modified the "breakpoint set --name NAME" to be the auto breakpoint set Greg Clayton2010-10-121-2/+93
* Verify that we have a valid breakpoint ID before proceeding with retrieving itsJohnny Chen2010-09-291-0/+7
* Fix breakpoint id range testing to disallow ranges that specify breakpoint lo...Caroline Tice2010-09-291-1/+51
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-5/+8
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-1/+1
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-2/+2
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-1/+1
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-042-8/+7
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-234-23/+77
* Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t.Stephen Wilson2010-07-171-2/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-0912-115/+112
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-285-61/+46
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-3/+3
* Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...Jim Ingham2010-06-222-6/+6
* Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...Jim Ingham2010-06-183-40/+110
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-168-41/+90
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* patch from: Jean-Daniel DupasGreg Clayton2010-06-141-1/+1
* Add missing include.Eli Friedman2010-06-091-0/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-0818-0/+3553
OpenPOWER on IntegriCloud