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
/
BreakpointLocationList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-7
/
+8
*
Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.
Jim Ingham
2018-01-12
1
-6
/
+12
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-278
/
+225
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-25
/
+20
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...
Eugene Zelenko
2015-10-30
1
-11
/
+5
*
Rework how resetting breakpoints in changed modules works. Try to match up old
Jim Ingham
2014-09-10
1
-0
/
+27
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-1
/
+1
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-4
/
+4
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+2
*
<rdar://problem/15566148>
Greg Clayton
2013-12-03
1
-8
/
+5
*
Remove the bad assumption that breakpoint locations won't get deleted in Brea...
Jim Ingham
2013-12-03
1
-8
/
+14
*
Fixed the the breakpoint test case failures.
Greg Clayton
2013-11-09
1
-1
/
+38
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+1
*
Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...
Michael Sartain
2013-07-16
1
-1
/
+20
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-2
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-2
/
+1
*
Initialize ivars in the order they are defined in the class.
Bill Wendling
2012-04-03
1
-3
/
+3
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-4
/
+28
*
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Jim Ingham
2012-02-08
1
-4
/
+48
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Silence the static analyzer.
Johnny Chen
2011-08-11
1
-11
/
+2
*
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
-114
/
+30
*
Don't re-insert disabled breakpoint locations.
Jim Ingham
2010-10-20
1
-1
/
+4
*
Added needed breakpoint functionality to the public API that includes:
Greg Clayton
2010-07-23
1
-0
/
+11
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-19
/
+12
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+305