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
/
Breakpoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is some groundwork for filtering the language Exception
Jim Ingham
2015-04-22
1
-0
/
+28
*
Work around lack of %zd printf format specifier in MSVC libs.
Adrian McCarthy
2015-03-30
1
-12
/
+5
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Make sure that when a breakpoint is hit but its condition is not met,
Jim Ingham
2015-01-15
1
-3
/
+5
*
Fix initialization order to match that of the source.
Eric Christopher
2014-12-17
1
-2
/
+2
*
Add the ability to tag one or more breakpoints with a name. These
Jim Ingham
2014-12-16
1
-1
/
+33
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-14
/
+19
*
Rework how resetting breakpoints in changed modules works. Try to match up old
Jim Ingham
2014-09-10
1
-45
/
+288
*
Fix a couple of typo's in breakpoint descriptions.
Jim Ingham
2014-03-04
1
-1
/
+1
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-3
/
+8
*
Fixed the the breakpoint test case failures.
Greg Clayton
2013-11-09
1
-0
/
+6
*
Report the summed hit count in the breakpoint line.
Jim Ingham
2013-10-12
1
-1
/
+1
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-4
/
+13
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-2
/
+2
*
Check for NULL breakpoint option thread name & queue name before comparing th...
Jim Ingham
2013-01-23
1
-2
/
+4
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...
Jim Ingham
2012-10-05
1
-0
/
+12
*
Change the new breakpoint creation output (primarily from "break set") to som...
Jim Ingham
2012-09-22
1
-6
/
+39
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-2
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Fix ignore counts on breakpoints so they actually work.
Jim Ingham
2012-06-26
1
-0
/
+24
*
We were accessing the ModuleList in the target without locking it for tasks like
Jim Ingham
2012-05-30
1
-6
/
+8
*
If we notice that a module with a given file path is replaced by another with...
Jim Ingham
2012-05-17
1
-9
/
+32
*
Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...
Jim Ingham
2012-05-02
1
-6
/
+0
*
Add a command and an SB API to create exception breakpoints. Make the break ...
Jim Ingham
2012-03-06
1
-1
/
+4
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-9
/
+11
*
Some Breakpoint:: methods crept down be log the Breakpoint::BreakpointEventDa...
Jim Ingham
2012-02-09
1
-63
/
+62
*
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Jim Ingham
2012-02-08
1
-33
/
+165
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-8
/
+0
*
Typo.
Johnny Chen
2012-01-25
1
-1
/
+1
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-8
/
+3
*
Made GetConditionText const everywhere. Made it return NULL when there's no ...
Jim Ingham
2011-06-15
1
-1
/
+1
*
Breakpoint::Description with eDescriptionLevelBrief should just print the num...
Jim Ingham
2011-05-14
1
-1
/
+3
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-1
/
+1
*
Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint
Greg Clayton
2011-02-05
1
-22
/
+22
*
Fixed an issue where the macosx dynamic loader, on the first shared library l...
Greg Clayton
2010-12-12
1
-1
/
+1
*
When shared libraries are unloaded, they are now removed from the target
Greg Clayton
2010-12-06
1
-16
/
+14
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-1
/
+1
*
Check in an initial implementation of the "breakpoint clear" command, whose p...
Johnny Chen
2010-10-28
1
-0
/
+25
*
Don't re-insert disabled breakpoint locations.
Jim Ingham
2010-10-20
1
-0
/
+2
*
Added support for breakpoint conditions. I also had to separate the "run the...
Jim Ingham
2010-10-14
1
-0
/
+18
*
Added needed breakpoint functionality to the public API that includes:
Greg Clayton
2010-07-23
1
-14
/
+34
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-13
/
+16
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-16
/
+5
*
Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...
Jim Ingham
2010-06-18
1
-15
/
+9
*
Add a "thread specification" class that specifies thread specific breakpoints...
Jim Ingham
2010-06-16
1
-2
/
+6
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+516