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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
New and improved data formatter for std::shared_ptr<> and std::weak_ptr<>
Enrico Granata
2014-01-08
2
-1
/
+5
*
Add a new way to bind a format to a type: by enum type
Enrico Granata
2013-12-28
2
-24
/
+124
*
Adding a document that describes the architecture of data formatters. Suggest...
Enrico Granata
2013-12-26
1
-0
/
+1
*
Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...
Jean-Daniel Dupas
2013-12-23
1
-8
/
+2
*
Centralize the code for GetValueAsCString() in TypeFormatImpl (the implementi...
Enrico Granata
2013-12-22
2
-0
/
+11
*
The one-line printing facility is used by StringSummaryFormat, but that's no ...
Enrico Granata
2013-12-21
1
-3
/
+5
*
There is no need to use the expression parser to generate true and false - wr...
Enrico Granata
2013-12-21
1
-1
/
+2
*
Updated our IR processing to reflect best practices
Sean Callanan
2013-12-20
1
-0
/
+2
*
All data formatters come in "match exact" and "match regex" styles
Enrico Granata
2013-12-20
1
-48
/
+67
*
FormatNavigator has long stopped navigating anything - the generation of poss...
Enrico Granata
2013-12-20
4
-87
/
+87
*
Move the ivars / logic of SBQueue into a QueueImpl class and
Jason Molenda
2013-12-14
4
-7
/
+9
*
Remove #include "lldb/Core/Address.h" from SBQueueItem.h.
Greg Clayton
2013-12-13
1
-1
/
+0
*
There can be no #includes of and internal headers in lldb::SB* classes, only ...
Greg Clayton
2013-12-13
1
-1
/
+0
*
Centralized the launching of a process into Target::Launch()
Greg Clayton
2013-12-13
1
-0
/
+4
*
Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent
Jason Molenda
2013-12-13
13
-2
/
+644
*
Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().
Jean-Daniel Dupas
2013-12-09
1
-1
/
+1
*
Handle endianness in the Opcode class
Ed Maste
2013-12-09
1
-17
/
+35
*
Add a setting to allow users to enable expressions that crash LLDB to show up...
Greg Clayton
2013-12-06
1
-0
/
+3
*
Replace all in_port_t with uint16_t to avoid compilation issues on different ...
Greg Clayton
2013-12-06
2
-13
/
+10
*
Typo in comments
Jean-Daniel Dupas
2013-12-06
1
-1
/
+1
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
5
-13
/
+184
*
Modified local spawning in debugserver processes to use a new --reverse-conne...
Greg Clayton
2013-12-05
2
-7
/
+17
*
Provide an easy way for synthetic child provider front ends to declare themse...
Enrico Granata
2013-12-05
1
-1
/
+16
*
Added a new directory type for the "bool Host::GetLLDBPath (PathType path_typ...
Greg Clayton
2013-12-04
1
-1
/
+3
*
#include <Python.h>, not <Python/Python.h>. The latter results in
Jason Molenda
2013-12-03
1
-4
/
+0
*
Remove the bad assumption that breakpoint locations won't get deleted in Brea...
Jim Ingham
2013-12-03
1
-1
/
+1
*
Fix build on FreeBSD after r196141
Ed Maste
2013-12-02
1
-0
/
+4
*
Fixed internal code to not link against and code from "lldb/API/*".
Greg Clayton
2013-12-02
6
-17
/
+12
*
Change lldb from building against a Python framework out of
Jason Molenda
2013-11-23
4
-16
/
+0
*
Improved platform support.
Greg Clayton
2013-11-23
1
-0
/
+5
*
<rdar://problem/15530080>
Enrico Granata
2013-11-22
7
-224
/
+128
*
Start the correct host abstraction of process and thread.
Greg Clayton
2013-11-21
1
-0
/
+406
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
14
-75
/
+445
*
Flush the Process' cache of extended threads every time the
Jason Molenda
2013-11-20
1
-1
/
+2
*
Add logging for the SB API which creates extended
Jason Molenda
2013-11-19
1
-0
/
+5
*
Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method
Jason Molenda
2013-11-16
2
-3
/
+28
*
Commit a work-in-progress system runtime for Mac OS X which won't
Jason Molenda
2013-11-15
1
-0
/
+32
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
5
-88
/
+90
*
Change SBThread::GetExtendedBacktrace to
Jason Molenda
2013-11-12
2
-2
/
+2
*
Add initial --extended / -e support to thread backtrace.
Jason Molenda
2013-11-12
1
-1
/
+4
*
The Threads created when requesting extended backtraces need to be owned by
Jason Molenda
2013-11-11
1
-1
/
+13
*
Fixed the the breakpoint test case failures.
Greg Clayton
2013-11-09
5
-2
/
+66
*
Changed the ABIs and ClangFunction to take a
Sean Callanan
2013-11-08
4
-27
/
+13
*
This patch does a couple of things.
Jim Ingham
2013-11-07
10
-286
/
+75
*
Added Iterable, a class that vends standard C++
Sean Callanan
2013-11-06
4
-2
/
+251
*
Rename extended backtrace methods to take out the "ThreadOrigin"
Jason Molenda
2013-11-06
3
-6
/
+6
*
Improve lldb_private::Address to detect when section was deleted and not retu...
Greg Clayton
2013-11-06
1
-0
/
+12
*
Add a new GetThreadOriginExtendedBacktrace method to the
Jason Molenda
2013-11-06
2
-0
/
+33
*
<rdar://problem/15367122>
Greg Clayton
2013-11-05
2
-3
/
+12
*
Add the GetNumThreadOriginExtendedBacktraceTypes and
Jason Molenda
2013-11-05
1
-0
/
+32
[next]