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
/
SBDebugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ahhhh roll back that commit, I didn't see that Lawrence had filed
Jason Molenda
2017-11-02
1
-12
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+12
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-2
/
+2
*
Fix a compile warning on linux
Stephane Sezer
2017-10-24
1
-1
/
+1
*
Reverting r315966 - it caused a build failure on an ubuntu x android bot.
Jason Molenda
2017-10-17
1
-12
/
+0
*
Committing this for Larry D'Anna:
Jason Molenda
2017-10-17
1
-0
/
+12
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
1
-0
/
+14
*
Expose active and available platform lists via SBDebugger API
Vadim Macagon
2017-08-09
1
-0
/
+64
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+6
*
Remove lldb streams from the Log class completely
Pavel Labath
2017-03-15
1
-2
/
+3
*
Modernize Enable/DisableLogChannel interface a bit
Pavel Labath
2017-03-01
1
-2
/
+11
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
1
-2
/
+2
*
Change CreateTarget and dependents to accept StringRef.
Zachary Turner
2016-11-18
1
-2
/
+1
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-3
/
+4
*
Add unit tests for a few string conversion functions in Args.
Zachary Turner
2016-09-16
1
-1
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1091
/
+846
*
Add api logging for SBDebugger::SetCurrentPlatformSDKRoot.
Jason Molenda
2016-08-24
1
-0
/
+3
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+1
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-1
/
+1
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+1
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-4
/
+4
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-3
/
+3
*
Add API to support retrieving the formatters category for a specific language
Enrico Granata
2015-12-18
1
-0
/
+10
*
Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...
Eugene Zelenko
2015-10-31
1
-134
/
+92
*
Fix an error message (the debugger was invalid, not the target.)
Jim Ingham
2015-10-30
1
-1
/
+1
*
Rationalization of includes in the data formatters code
Enrico Granata
2015-10-20
1
-0
/
+1
*
Added support for the "--repl" argument to LLDB.
Sean Callanan
2015-10-20
1
-0
/
+11
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Rework LLDB system initialization.
Zachary Turner
2015-03-31
1
-28
/
+33
*
Move LLDB initialization/shutdown to Initialization.
Zachary Turner
2015-03-19
1
-3
/
+3
*
Fixed "SBTarget SBDebugger::CreateTarget (const char *filename)" to use the s...
Greg Clayton
2014-11-13
1
-6
/
+3
*
This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...
Jim Ingham
2014-10-14
1
-1
/
+3
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-1
/
+24
*
Revert r219102 as it caused significant buildbot breakage
Ed Maste
2014-10-06
1
-4
/
+0
*
Call SBDebugger::Initialize/Terminate from within Create/Destroy.
Matthew Gardiner
2014-10-06
1
-0
/
+4
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-6
/
+29
*
Update LLDB to use LLVM's DynamicLibrary.
Zachary Turner
2014-08-27
1
-7
/
+8
*
Don't allow two threads to both be in SBDebugger::Create() due to threading i...
Greg Clayton
2014-05-19
1
-0
/
+9
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-62
/
+67
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-56
/
+56
*
Fixed internal code to not link against and code from "lldb/API/*".
Greg Clayton
2013-12-02
1
-1
/
+37
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-0
/
+36
*
Avoid ambiguity between pid_t and lldb::pid_t.
Virgile Bello
2013-09-05
1
-1
/
+1
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-1
/
+1
*
Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...
Michael Sartain
2013-05-23
1
-0
/
+16
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-24
/
+24
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
1
-1
/
+1
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Save and restore terminal state when lldb is suspended with SIGTSTP and resum...
Jim Ingham
2012-11-30
1
-0
/
+14
[prev]
[next]