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
/
BreakpointList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change Target::FindBreakpointsByName to return Expected<vector>
Joseph Tremoulet
2019-12-04
1
-7
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[BreakpointList] Simplify/modernize BreakpointList (NFC)
Jonas Devlieghere
2019-01-08
1
-113
/
+56
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Make sure deleting all breakpoints clears their sites first
Eugene Zemtsov
2018-04-16
1
-5
/
+7
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
1
-0
/
+33
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Adds tests for breakpoint names, and a FindBreakpointsByName.
Jim Ingham
2016-09-21
1
-0
/
+17
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-191
/
+152
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-20
/
+17
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-1
/
+1
*
Fixed the the breakpoint test case failures.
Greg Clayton
2013-11-09
1
-19
/
+19
*
<rdar://problem/15367122>
Greg Clayton
2013-11-05
1
-2
/
+2
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-4
/
+4
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
1
-1
/
+6
*
If we notice that a module with a given file path is replaced by another with...
Jim Ingham
2012-05-17
1
-0
/
+11
*
Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
Jim Ingham
2012-05-04
1
-1
/
+1
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-1
/
+1
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Added needed breakpoint functionality to the public API that includes:
Greg Clayton
2010-07-23
1
-8
/
+31
*
Add a "thread specification" class that specifies thread specific breakpoints...
Jim Ingham
2010-06-16
1
-0
/
+6
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+198