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
/
BreakpointLocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-1
/
+1
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
1
-1
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-7
/
+6
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-34
/
+33
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-23
/
+23
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
1
-1
/
+1
*
ResolveBreakpointSite: fix outdated warning message
Tatyana Krasnukha
2019-01-25
1
-4
/
+2
*
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
-20
/
+18
*
Add an auto-continue flag to breakpoints & locations.
Jim Ingham
2017-08-03
1
-0
/
+13
*
Fix a mis-feature with propagation of breakpoint options -> location options.
Jim Ingham
2017-08-02
1
-21
/
+42
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
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
*
Convert some Expression parser functions to StringRef.
Zachary Turner
2016-11-08
1
-1
/
+1
*
Some more pointer safety in Breakpoint.
Zachary Turner
2016-09-13
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-617
/
+498
*
Errors compiling breakpoint conditions will cause the breakpoint not to be hit
Jim Ingham
2016-08-03
1
-2
/
+3
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-25
/
+18
*
Breakpoint conditions were making result variables, which they should not do.
Jim Ingham
2016-04-12
1
-0
/
+1
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-26
/
+17
*
Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...
Jim Ingham
2015-11-03
1
-0
/
+1
*
Abstract the notion of the truth value of an expression result, for use
Jim Ingham
2015-10-31
1
-9
/
+11
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...
Eugene Zelenko
2015-10-30
1
-35
/
+27
*
Further reduction of Clang-related header inclusion.
Bruce Mitchener
2015-09-21
1
-0
/
+1
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-5
/
+28
*
This patch separates the generic portion of ClangExpressionVariable, which
Sean Callanan
2015-09-04
1
-1
/
+1
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-2
/
+2
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Generate an event when a pending breakpoint binds
Ilia K
2015-04-09
1
-0
/
+1
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Don't #include clang headers from BreakpointLocation.h
Zachary Turner
2015-03-04
1
-0
/
+1
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-1
/
+1
*
Make sure that when a breakpoint is hit but its condition is not met,
Jim Ingham
2015-01-15
1
-0
/
+15
*
The breakpoint location hit counts were getting incremented in
Jim Ingham
2014-10-22
1
-2
/
+8
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-1
/
+1
*
Rework how resetting breakpoints in changed modules works. Try to match up old
Jim Ingham
2014-09-10
1
-1
/
+10
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-1
/
+1
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-1
/
+1
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-1
/
+2
*
When clearing a breakpoint site, make sure the owning process still exists be...
Jim Ingham
2014-03-12
1
-1
/
+8
*
Fix a couple of typo's in breakpoint descriptions.
Jim Ingham
2014-03-04
1
-1
/
+1
*
remove useless declarations found thanks to scan-build
Sylvestre Ledru
2014-02-27
1
-1
/
+0
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-3
/
+40
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-1
/
+1
*
Added a "--debug" option to the "expression" command.
Greg Clayton
2013-11-04
1
-8
/
+7
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+1
*
Don't check for "are there any loaded sections" before trying to resolve a br...
Jim Ingham
2013-06-28
1
-3
/
+0
[next]