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
/
BreakpointResolverFileRegex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
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
*
NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
Jim Ingham
2018-09-07
1
-2
/
+2
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+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
-1
/
+1
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-5
/
+4
*
First tests for serializing breakpoints.
Jim Ingham
2016-09-16
1
-1
/
+1
*
Add a few const's (thanks Zachary) and return shared or unique pointers
Jim Ingham
2016-09-13
1
-1
/
+2
*
This is the main part of a change to add breakpoint save and restore to lldb.
Jim Ingham
2016-09-12
1
-0
/
+64
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-94
/
+72
*
Add the ability to limit "source regexp" breakpoints to a particular function
Jim Ingham
2016-04-28
1
-2
/
+36
*
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
2015-05-18
1
-6
/
+7
*
Reverting r237460 to fix test failures introduced on OSX & Linux
Vince Harron
2015-05-15
1
-7
/
+6
*
Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
2015-05-15
1
-6
/
+7
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-0
/
+7
*
Remove unused local variable.
Michael Sartain
2013-10-04
1
-2
/
+0
*
Factor the code that was eliminating redundant breakpoint locations and moving
Jim Ingham
2013-09-27
1
-44
/
+9
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Added the ability to restrict breakpoints by function name, function regexp, ...
Jim Ingham
2011-09-23
1
-47
/
+41
*
Add a new breakpoint type "break by source regular expression".
Jim Ingham
2011-09-21
1
-0
/
+139