index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Breakpoint
/
BreakpointLocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-3
/
+40
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-1
/
+1
*
Added a "--debug" option to the "expression" command.
Greg Clayton
2013-11-04
1
-8
/
+7
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+1
*
Don't check for "are there any loaded sections" before trying to resolve a br...
Jim Ingham
2013-06-28
1
-3
/
+0
*
We set the error when a breakpoint condition
Sean Callanan
2013-06-24
1
-0
/
+1
*
Fixed a problem where evaluating a breakpoint
Sean Callanan
2013-06-06
1
-1
/
+4
*
Error out if the expression for a breakpoint
Sean Callanan
2013-05-29
1
-0
/
+6
*
Hardened LLDB against NULL conditions being
Sean Callanan
2013-05-10
1
-0
/
+3
*
Optimized the way breakpoint conditions are evaluated.
Sean Callanan
2013-04-19
1
-2
/
+102
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+2
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Change the new breakpoint creation output (primarily from "break set") to som...
Jim Ingham
2012-09-22
1
-8
/
+22
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-3
/
+5
*
Fix ignore counts on breakpoints so they actually work.
Jim Ingham
2012-06-26
1
-1
/
+32
*
Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...
Jim Ingham
2012-05-02
1
-9
/
+0
*
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Jim Ingham
2012-02-08
1
-0
/
+105
*
Add const-ness to BreakpointLocation::IsEnabled().
Johnny Chen
2012-02-01
1
-1
/
+1
*
Reverted 149277 changeset. It was coded that way for a reason.
Johnny Chen
2012-01-30
1
-4
/
+6
*
Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::...
Johnny Chen
2012-01-30
1
-6
/
+4
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-6
/
+3
*
For Dump(Stream *s), use GetOptionsNoCreate()->GetIgnoreCount() and fix the i...
Johnny Chen
2012-01-26
1
-8
/
+8
*
Tiny refactoring to use member functions instead of directly accessing member...
Johnny Chen
2012-01-23
1
-2
/
+2
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-1
/
+1
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-5
/
+5
*
Move the handling of breakpoint conditions from the Private event loop to the...
Jim Ingham
2011-08-09
1
-31
/
+0
*
Made GetConditionText const everywhere. Made it return NULL when there's no ...
Jim Ingham
2011-06-15
1
-3
/
+3
*
Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...
Jim Ingham
2011-06-02
1
-16
/
+25
*
Added new lldb_private::Process memory read/write functions to stop a bunch
Greg Clayton
2011-05-22
1
-4
/
+4
*
Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint
Greg Clayton
2011-02-05
1
-1
/
+1
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-2
/
+2
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-0
/
+2
*
Replace unnecessary dynamic_cast with static_cast.
Jim Ingham
2010-10-27
1
-1
/
+1
*
Added support for breakpoint conditions. I also had to separate the "run the...
Jim Ingham
2010-10-14
1
-3
/
+52
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-5
/
+8
*
Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.
Greg Clayton
2010-09-03
1
-1
/
+1
*
Added a new bool parameter to many of the DumpStopContext() methods that
Greg Clayton
2010-09-02
1
-2
/
+2
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-1
/
+1
*
Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t.
Stephen Wilson
2010-07-17
1
-2
/
+2
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-2
/
+2
*
Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...
Jim Ingham
2010-06-22
1
-4
/
+4
*
Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...
Jim Ingham
2010-06-18
1
-24
/
+20
*
Add a "thread specification" class that specifies thread specific breakpoints...
Jim Ingham
2010-06-16
1
-16
/
+24
*
patch from: Jean-Daniel Dupas
Greg Clayton
2010-06-14
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+389