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
/
Target
/
StopInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop-hooks weren't getting called on step-out. Fix that.
Jim Ingham
2019-08-15
1
-4
/
+4
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-58
/
+51
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-14
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-3
/
+3
*
Reflow a multi-line string and add a newline
Frederic Riss
2018-12-10
1
-3
/
+2
*
[Target] Do not skip a stop on a breakpoint if a plan was completed
Aleksandr Urakov
2018-11-30
1
-0
/
+13
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
1
-6
/
+10
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-95
/
+74
*
Add target.process.stop-on-exec setting, and obey it.
Jim Ingham
2017-12-05
1
-0
/
+11
*
Add an auto-continue flag to breakpoints & locations.
Jim Ingham
2017-08-03
1
-13
/
+30
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Bug 30863 - Step doesn't stop with conditional breakpoint on the next line
Boris Ulasevich
2017-02-15
1
-0
/
+18
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...
Boris Ulasevich
2017-01-27
1
-18
/
+0
*
Bug 30863 - Step doesn't stop with conditional breakpoint on the next line
Boris Ulasevich
2017-01-24
1
-0
/
+18
*
Rollback my commit r290168 to fix linux tests failure. I'll be back!
Boris Ulasevich
2016-12-20
1
-18
/
+0
*
Bug 30863 - Step doesn't stop with coditional breakpoint on the next line
Boris Ulasevich
2016-12-20
1
-0
/
+18
*
[LLDB][MIPS] Fix TestWatchpointIter failure
Nitesh Jain
2016-12-09
1
-2
/
+9
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-5
/
+5
*
Convert some Expression parser functions to StringRef.
Zachary Turner
2016-11-08
1
-6
/
+5
*
Fix a race condition between the "ephemeral watchpoint disabling" and command...
Jim Ingham
2016-10-25
1
-26
/
+60
*
Revert "Fix a race condition between "ephemeral watchpoint disable/enable" an...
Pavel Labath
2016-10-21
1
-52
/
+21
*
Fix a race condition between "ephemeral watchpoint disable/enable" and contin...
Jim Ingham
2016-10-21
1
-21
/
+52
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1083
/
+959
*
Second round of fixups for r280692
Pavel Labath
2016-09-06
1
-1
/
+1
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
1
-0
/
+46
*
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Jim Ingham
2016-03-12
1
-0
/
+4
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...
Eugene Zelenko
2016-02-18
1
-13
/
+12
*
[LLDB][Watchpoint] Change ignore_count condition location to fix watchpoint i...
Mohit K. Bhakkad
2015-11-03
1
-0
/
+10
*
Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...
Eugene Zelenko
2015-10-23
1
-105
/
+77
*
[LLDB][MIPS] Fix hit_count for mips watchpoints
Mohit K. Bhakkad
2015-10-06
1
-1
/
+4
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-7
/
+8
*
This patch separates the generic portion of ClangExpressionVariable, which
Sean Callanan
2015-09-04
1
-6
/
+6
*
[LLDB][MIPS] Handle false positives for MIPS hardware watchpoints
Jaydeep Patil
2015-08-13
1
-4
/
+21
*
Add a function to make a mutex-protected copy of a breakpoint site's
Jim Ingham
2015-07-29
1
-7
/
+6
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-6
/
+6
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Report inferior SIGSEGV as a signal instead of an exception on linux
Pavel Labath
2015-05-29
1
-3
/
+4
*
The StopInfo base class has an m_description std::string.
Jason Molenda
2015-05-15
1
-5
/
+1
*
Missed one piece when committing r235538.
Jim Ingham
2015-04-23
1
-2
/
+17
*
Fix stepping a virtual thread when the python operating system was enabled.
Greg Clayton
2015-04-07
1
-0
/
+13
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Make sure that when a breakpoint is hit but its condition is not met,
Jim Ingham
2015-01-15
1
-0
/
+5
*
The breakpoint location hit counts were getting incremented in
Jim Ingham
2014-10-22
1
-1
/
+13
*
Make the "synchronous" mode actually work without race conditions.
Greg Clayton
2014-10-21
1
-4
/
+3
*
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...
Kuba Brecka
2014-10-10
1
-1
/
+2
[next]