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
*
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
*
Add some useful logging to the step log.
Jim Ingham
2014-08-05
1
-1
/
+1
*
If a hand-called function is interrupted by hitting a breakpoint, then
Jim Ingham
2014-07-08
1
-4
/
+26
*
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
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-32
/
+36
*
Cleanup some dead assignements reported by scan-build
Arnaud A. de Grandmaison
2014-03-22
1
-2
/
+0
*
Add a little more logging to the StopInfoBreakpoint::PerformAction.
Jim Ingham
2014-01-15
1
-1
/
+14
*
Added a "--debug" option to the "expression" command.
Greg Clayton
2013-11-04
1
-14
/
+9
*
Test to see if logging is enabled before printing
Jason Molenda
2013-08-06
1
-1
/
+4
*
This commit does two things. One, it converts the return value of the QueueT...
Jim Ingham
2013-07-18
1
-6
/
+6
*
Mark the "step over single instruction" plan private in the StopInfoWatchpoin...
Jim Ingham
2013-07-02
1
-1
/
+5
*
Figure out the reply to "PlanExplainsStop" once when we stop and then use the...
Jim Ingham
2013-05-08
1
-4
/
+4
*
fix a couple of clang static analyzer warnings.
Jason Molenda
2013-05-04
1
-1
/
+2
*
lldb_private::StopInfo now holds onto a ThreadWP (a std::weak_ptr<lldb_privat...
Greg Clayton
2013-04-29
1
-406
/
+468
*
Optimized the way breakpoint conditions are evaluated.
Sean Callanan
2013-04-19
1
-54
/
+11
*
Save away the locations at the site we hit and iterate over that collection. ...
Jim Ingham
2013-04-11
1
-2
/
+18
*
Rationalize how we do Halt-ing before Destroy and Detach.
Jim Ingham
2013-03-29
1
-0
/
+2
*
Protect against the case where the current inlined depth is wrong, and leads ...
Jim Ingham
2013-03-28
1
-0
/
+7
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-6
/
+6
*
The thread plans run before the event is broadcast, so they should be calling...
Jim Ingham
2013-02-22
1
-1
/
+12
*
Add a test for handling a function call that throws an exception, and make it...
Jim Ingham
2013-02-14
1
-3
/
+22
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-3
/
+29
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-0
/
+16
[next]