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
*
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
*
First step to making an LanguageRuntime Exception breakpoint API.
Jim Ingham
2012-03-03
1
-22
/
+55
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-2
/
+5
*
Removed namespace qualification from symbol queries.
Sean Callanan
2011-10-13
1
-1
/
+1
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-5
/
+7
*
Move the responsibility for translating the various eFunctionNameType lookups...
Jim Ingham
2011-10-07
1
-107
/
+3
*
Added the ability to restrict breakpoints by function name, function regexp, ...
Jim Ingham
2011-09-23
1
-4
/
+30
*
Add a new breakpoint type "break by source regular expression".
Jim Ingham
2011-09-21
1
-1
/
+0
*
Added alpha .debug_names and .debug_types support in the DWARF parser.
Greg Clayton
2011-09-02
1
-7
/
+9
*
Added the ability to _not_ skip the prologue when settings breakpoints
Greg Clayton
2011-07-12
1
-14
/
+14
*
Did some work on the "register read" command to only show the first register
Greg Clayton
2011-04-22
1
-1
/
+6
*
Changed the SymbolFile::FindFunction() function calls to only return
Greg Clayton
2011-01-27
1
-2
/
+11
*
Fixed a crasher (an assert was firing in the DWARF parser) when setting
Greg Clayton
2010-11-14
1
-7
/
+31
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-2
/
+2
*
Check in an initial implementation of the "breakpoint clear" command, whose p...
Johnny Chen
2010-10-28
1
-3
/
+3
*
Remove inappropriate if-clause in regex name resolution that was
Caroline Tice
2010-10-26
1
-2
/
+1
*
Modified the "breakpoint set --name NAME" to be the auto breakpoint set
Greg Clayton
2010-10-12
1
-2
/
+93
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-35
/
+37
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+252