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
*
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
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
<rdar://problem/12462048>
Greg Clayton
2012-10-18
1
-9
/
+5
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
1
-1
/
+0
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-2
/
+5
*
Fixing a constness issue in an otherwise trivial patch
Enrico Granata
2012-09-06
1
-1
/
+1
*
Restoring an API as deprecated which was removed in a previous commit
Enrico Granata
2012-09-06
1
-0
/
+6
*
Remove further outdated "settings" code and also implement a few missing things.
Greg Clayton
2012-08-22
1
-37
/
+44
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-32
/
+36
*
A baton isn't needed to dispatch input.
Filipe Cabecinhas
2012-08-20
1
-3
/
+3
*
Add API logging for SBDebugger::MemoryPressureDetected.
Jim Ingham
2012-06-07
1
-0
/
+7
*
Print out a notification when the process of a target other than the currentl...
Jim Ingham
2012-05-08
1
-0
/
+14
*
<rdar://problem/11338654> Fixing a bug where having a summary for a bitfield ...
Enrico Granata
2012-05-08
1
-57
/
+9
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+1
*
Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
Jim Ingham
2012-05-04
1
-2
/
+2
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-2
/
+2
*
<rdar://problem/11202426>
Greg Clayton
2012-04-09
1
-2
/
+8
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-1
/
+2
*
Make Debugger::SetLoggingCallback public, and expose it through the SB API. ...
Jim Ingham
2012-02-22
1
-0
/
+11
*
Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python
Jason Molenda
2012-02-21
1
-0
/
+4
*
Add a logging mode that takes a callback and flush'es to that callback.
Jim Ingham
2012-02-21
1
-2
/
+22
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
1
-0
/
+146
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-34
/
+47
*
rdar://problem/10216227
Johnny Chen
2011-12-23
1
-1
/
+1
*
<rdar://problem/10584789>
Greg Clayton
2011-12-15
1
-0
/
+6
*
Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out
Greg Clayton
2011-11-17
1
-1
/
+1
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-2
/
+4
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-1
/
+1
*
Removed lldb::SBSourceManager_impl. We export everything in the lldb namespace
Greg Clayton
2011-10-01
1
-0
/
+5
*
Destroy a target when it is deleted.
Greg Clayton
2011-09-30
1
-0
/
+1
*
After deleting a target, clear the target object and remove orphaned modules.
Greg Clayton
2011-09-30
1
-0
/
+2
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-10
/
+69
[next]