summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint
Commit message (Expand)AuthorAgeFilesLines
* 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