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
...
*
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
*
Adding "-n", "-p" and "-w" flags to the lldb command-line tool to
Jim Ingham
2011-09-13
1
-0
/
+27
*
SBSourceManager now gets the real source manager either from the Debugger or ...
Jim Ingham
2011-09-13
1
-4
/
+3
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
1
-1
/
+1
*
Fixed some SWIG interoperability issues
Enrico Granata
2011-08-19
1
-0
/
+5
*
Remember to restore the frame in the exe_ctx passed in to RunThreadPlan.
Jim Ingham
2011-08-13
1
-1
/
+1
*
Add a version of SBDebugger::Create which allows us to specify whether to source
Jim Ingham
2011-08-13
1
-0
/
+19
*
Make ValueObject::SetValueFromCString work correctly.
Jim Ingham
2011-08-12
1
-0
/
+7
*
Added the notion of an system root for SDKs. This is a directory where all
Greg Clayton
2011-06-17
1
-0
/
+16
*
Add an API to SBDebugger class:
Johnny Chen
2011-06-15
1
-0
/
+18
*
Don't have the debugger default to ignoring EOF. This is only what the driver
Greg Clayton
2011-05-29
1
-0
/
+14
*
Make sure writing asynchronous output only backs up
Caroline Tice
2011-05-09
1
-0
/
+18
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
1
-0
/
+12
*
Added the ability to set the Platform path for a module through the SBModule
Greg Clayton
2011-04-30
1
-0
/
+20
*
Add 'lldb_private' namespace where necessary to prevent ambiguity and
Caroline Tice
2011-04-25
1
-3
/
+3
*
Fixed an issue where if you specify an architecture from the command line like:
Greg Clayton
2011-04-18
1
-43
/
+47
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-4
/
+4
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-3
/
+6
*
Abtracted the innards of lldb-core away from the SB interface. There was some
Greg Clayton
2011-03-22
1
-0
/
+2
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-31
/
+3
[prev]
[next]