summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-3/+40
* This patch does a couple of things. Jim Ingham2013-11-071-1/+1
* Added a "--debug" option to the "expression" command. Greg Clayton2013-11-041-8/+7
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+1
* Don't check for "are there any loaded sections" before trying to resolve a br...Jim Ingham2013-06-281-3/+0
* We set the error when a breakpoint conditionSean Callanan2013-06-241-0/+1
* Fixed a problem where evaluating a breakpointSean Callanan2013-06-061-1/+4
* Error out if the expression for a breakpointSean Callanan2013-05-291-0/+6
* Hardened LLDB against NULL conditions beingSean Callanan2013-05-101-0/+3
* Optimized the way breakpoint conditions are evaluated.Sean Callanan2013-04-191-2/+102
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Change the new breakpoint creation output (primarily from "break set") to som...Jim Ingham2012-09-221-8/+22
* <rdar://problem/11757916>Greg Clayton2012-08-291-3/+5
* Fix ignore counts on breakpoints so they actually work.Jim Ingham2012-06-261-1/+32
* Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...Jim Ingham2012-05-021-9/+0
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-0/+105
* Add const-ness to BreakpointLocation::IsEnabled().Johnny Chen2012-02-011-1/+1
* Reverted 149277 changeset. It was coded that way for a reason.Johnny Chen2012-01-301-4/+6
* Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::...Johnny Chen2012-01-301-6/+4
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-6/+3
* For Dump(Stream *s), use GetOptionsNoCreate()->GetIgnoreCount() and fix the i...Johnny Chen2012-01-261-8/+8
* Tiny refactoring to use member functions instead of directly accessing member...Johnny Chen2012-01-231-2/+2
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-1/+1
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-5/+5
* Move the handling of breakpoint conditions from the Private event loop to the...Jim Ingham2011-08-091-31/+0
* Made GetConditionText const everywhere. Made it return NULL when there's no ...Jim Ingham2011-06-151-3/+3
* 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
* Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpointGreg Clayton2011-02-051-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-0/+2
* Replace unnecessary dynamic_cast with static_cast.Jim Ingham2010-10-271-1/+1
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-3/+52
* 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
* 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-091-2/+2
* Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...Jim Ingham2010-06-221-4/+4
* Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...Jim Ingham2010-06-181-24/+20
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-16/+24
* patch from: Jean-Daniel DupasGreg Clayton2010-06-141-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+389
OpenPOWER on IntegriCloud