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
/
API
/
SBThread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
1
-1
/
+1
*
[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
Konrad Kleine
2019-11-28
1
-3
/
+4
*
Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"
Raphael Isemann
2019-11-28
1
-4
/
+3
*
[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
Konrad Kleine
2019-11-28
1
-3
/
+4
*
Pass an SBStructuredData to scripted ThreadPlans on use.
Jim Ingham
2019-10-03
1
-2
/
+23
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-11
/
+11
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Remove unneeded #ifdef SWIGs
Pavel Labath
2019-04-09
1
-14
/
+2
*
Get the run locker before you ask if your thread is valid.
Jim Ingham
2019-04-09
1
-3
/
+3
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-7
/
+5
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+108
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-288
/
+0
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-35
/
+214
*
[SBAPI] Don't check IsValid in constructor
Jonas Devlieghere
2019-03-06
1
-13
/
+13
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...
Kuba Mracek
2018-12-20
1
-2
/
+1
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-2
/
+2
*
[lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...
Kuba Mracek
2018-11-28
1
-0
/
+15
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
1
-40
/
+58
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Improve SBThread's stepping API using SBError parameter.
Alexander Polyakov
2018-06-20
1
-95
/
+148
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-6
/
+3
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...
Kuba Mracek
2017-06-16
1
-4
/
+0
*
Added new API to SBStructuredData class
Abhishek Aggarwal
2017-05-29
1
-5
/
+6
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Add logging to SBThread::GetInfoItemByPathAsString to
Jason Molenda
2017-02-02
1
-2
/
+2
*
Clean up the stop printing header lines.
Jim Ingham
2016-11-08
1
-2
/
+7
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1435
/
+1152
*
Fix Windows build - add return statement in SBThread::StepUsingScriptedThread...
Oleksiy Vyalov
2016-08-06
1
-1
/
+1
*
Add a few more needed bits to the scripted thread plans.
Jim Ingham
2016-08-05
1
-4
/
+21
*
Add an API to unwind from a hand-called expression.
Jim Ingham
2016-07-08
1
-0
/
+25
*
SBThread also had some places where it got the ExecutionContext w/o
Jim Ingham
2016-06-10
1
-9
/
+27
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-57
/
+52
*
Take the API lock in SBThread::IsValid & SBFrame::IsValid.
Jim Ingham
2016-05-07
1
-1
/
+13
*
Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...
Kuba Brecka
2016-04-10
1
-40
/
+3
*
Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...
Kuba Brecka
2016-03-30
1
-1
/
+5
*
Add ThreadSanitizer debugging support.
Kuba Brecka
2016-03-23
1
-1
/
+58
*
Adding an SBThread::StepInto that takes an end-line, also moved the code that...
Jim Ingham
2016-02-13
1
-4
/
+19
*
When constructing an address range to "step" or "next" through,
Jason Molenda
2015-12-15
1
-2
/
+2
*
Fix log message warning in SBThread.
Bruce Mitchener
2015-09-09
1
-1
/
+1
*
SBThread::StepOutOfFrame should check that the SBStackFrame it gets passed
Jim Ingham
2015-09-08
1
-1
/
+15
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-1
/
+1
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-2
/
+2
*
Revert "Reduced packet counts to the remote GDB server where possible."
Chaoren Lin
2015-06-23
1
-2
/
+2
*
Reduced packet counts to the remote GDB server where possible.
Greg Clayton
2015-06-22
1
-2
/
+2
[next]