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
/
BreakpointResolverName.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-3
/
+2
*
[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback
Raphael Isemann
2019-10-10
1
-2
/
+1
*
Code cleanup: Change FormattersContainer::KeyType from SP to rvalue
Jan Kratochvil
2019-09-04
1
-3
/
+2
*
[lldb] D66174 `RegularExpression` cleanup
Jan Kratochvil
2019-08-20
1
-1
/
+2
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-2
/
+2
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-1
/
+1
*
[Breakpoint] Make breakpoint language agnostic
Alex Langford
2019-05-11
1
-13
/
+20
*
[Breakpoint] Remove unused dependency
Alex Langford
2019-05-07
1
-1
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
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
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-10
/
+13
*
NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
Jim Ingham
2018-09-07
1
-2
/
+2
*
Add missing constness.
Tatyana Krasnukha
2018-06-27
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-5
/
+4
*
Re-add change for https://reviews.llvm.org/D42582 with added directories.
Jim Ingham
2018-03-12
1
-0
/
+8
*
Revert "Improve prologue handling to support functions with multiple entry po...
Vedant Kumar
2018-03-12
1
-8
/
+0
*
Improve prologue handling to support functions with multiple entry points.
Jim Ingham
2018-03-12
1
-0
/
+8
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-5
/
+5
*
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
-3
/
+3
*
Convert many functions to use StringRefs.
Zachary Turner
2016-09-17
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
-13
/
+126
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-327
/
+245
*
Centralize the way symbol and functions are looked up by making a Module::Loo...
Greg Clayton
2016-07-13
1
-44
/
+18
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-12
/
+20
*
Rework breakpoint language filtering to use the symbol context's language.
Dawn Perchik
2015-12-16
1
-28
/
+5
*
Fix breakpoint language filtering for other C variants (like C99) and Pascal.
Dawn Perchik
2015-12-04
1
-2
/
+9
*
Make the language specifier to "break set" actually filter the names by their...
Jim Ingham
2015-11-06
1
-3
/
+43
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...
Eugene Zelenko
2015-10-30
1
-36
/
+23
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
1
-2
/
+2
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+0
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-1
/
+10
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-0
/
+18
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-2
/
+2
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-0
/
+6
*
Fixed breakpoints to be able to be set on eSymbolTypeReExported symbols and r...
Greg Clayton
2013-10-21
1
-1
/
+11
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-81
/
+19
*
<rdar://problem/13506727>
Greg Clayton
2013-04-03
1
-57
/
+97
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+2
*
<rdar://problem/9141269>
Greg Clayton
2013-01-30
1
-4
/
+19
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-7
/
+7
*
<rdar://problem/12953853>
Greg Clayton
2013-01-08
1
-2
/
+1
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
1
-3
/
+3
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-1
/
+5
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-4
/
+4
*
Add a command and an SB API to create exception breakpoints. Make the break ...
Jim Ingham
2012-03-06
1
-0
/
+18
[next]