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
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
1
-13
/
+7
*
Add an auto-continue flag to breakpoints & locations.
Jim Ingham
2017-08-03
1
-0
/
+8
*
Fix a mis-feature with propagation of breakpoint options -> location options.
Jim Ingham
2017-08-02
1
-1
/
+1
*
Fix error string set in AddName to take a StringRef.
Ted Woodward
2017-05-17
1
-2
/
+2
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-6
/
+6
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+7
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Fix serialization of Python breakpoint commands.
Jim Ingham
2016-09-26
1
-2
/
+2
*
Add the ability to deserialize only breakpoints matching a given name.
Jim Ingham
2016-09-22
1
-0
/
+35
*
Add some more tests for breakpoint serialization.
Jim Ingham
2016-09-20
1
-1
/
+37
*
Convert many functions to use StringRefs.
Zachary Turner
2016-09-17
1
-1
/
+1
*
Some more pointer safety in Breakpoint.
Zachary Turner
2016-09-13
1
-1
/
+1
*
Add a few const's (thanks Zachary) and return shared or unique pointers
Jim Ingham
2016-09-13
1
-7
/
+7
*
This is the main part of a change to add breakpoint save and restore to lldb.
Jim Ingham
2016-09-12
1
-39
/
+152
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-888
/
+711
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-2
/
+2
*
Make the Language print the description of the Exception Breakpoint resolver....
Jim Ingham
2015-12-18
1
-1
/
+4
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...
Eugene Zelenko
2015-10-30
1
-30
/
+20
*
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
[next]