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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch from Enrico Granata that moves SBData related functions into the SBData
Greg Clayton
2012-01-07
2
-136
/
+300
*
http://llvm.org/bugs/show_bug.cgi?id=11619
Johnny Chen
2012-01-06
1
-0
/
+125
*
rdar://problem/10216227
Johnny Chen
2011-12-23
1
-1
/
+1
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
2
-0
/
+3
*
Work in progress for:
Johnny Chen
2011-12-20
1
-2
/
+5
*
Work in progress for:
Johnny Chen
2011-12-20
1
-1
/
+1
*
Remove dead code found.
Johnny Chen
2011-12-20
1
-7
/
+0
*
Work in progress for:
Johnny Chen
2011-12-20
1
-0
/
+2
*
Minor format update (no semantic change).
Johnny Chen
2011-12-20
1
-2
/
+2
*
Work in progress for:
Johnny Chen
2011-12-19
1
-4
/
+4
*
Add needed Clear methods.
Jim Ingham
2011-12-19
3
-0
/
+18
*
Work in progress for:
Johnny Chen
2011-12-19
2
-8
/
+8
*
Fixed code rot pointed out by Jim.
Johnny Chen
2011-12-17
1
-4
/
+2
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
2
-8
/
+32
*
<rdar://problem/10584789>
Greg Clayton
2011-12-15
1
-0
/
+6
*
Expose new read memory fucntion through python in SBProcess:
Greg Clayton
2011-12-15
1
-0
/
+54
*
http://llvm.org/bugs/show_bug.cgi?id=11579
Johnny Chen
2011-12-15
1
-2
/
+1
*
I have added a function to SBTarget that allows
Sean Callanan
2011-12-14
1
-0
/
+27
*
http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras...
Johnny Chen
2011-12-14
1
-4
/
+4
*
Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.
Jim Ingham
2011-12-08
1
-0
/
+44
*
Sanity check the inputs to SBCommandInterpreter::HandleCompletion
Jim Ingham
2011-12-05
1
-0
/
+13
*
Fixed some extra warnings that show up with the new clang.
Greg Clayton
2011-12-03
1
-8
/
+8
*
After moving lldb::pid_t to 64 bits, keep a deprecated version around for
Greg Clayton
2011-12-02
1
-0
/
+11
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
3
-6
/
+6
*
<rdar://problem/10429064>
Greg Clayton
2011-11-29
1
-1
/
+1
*
Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out
Greg Clayton
2011-11-17
1
-1
/
+1
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
2
-3
/
+10
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
22
-119
/
+175
*
Added the ability to run a process in a shell on MacOSX currently when using
Greg Clayton
2011-11-12
2
-2
/
+2
*
<rdar://problem/9334299>
Greg Clayton
2011-11-10
1
-0
/
+11
*
Made the Host::SetCrashDescription(const char *) function copy the incoming
Greg Clayton
2011-11-10
1
-0
/
+2
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-0
/
+16
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
2
-2
/
+26
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
5
-9
/
+9
*
this patch introduces a new command script import command which takes as inpu...
Enrico Granata
2011-10-17
1
-1
/
+9
*
Add a commnad to set a condition for a watchpoint. Example:
Johnny Chen
2011-10-17
1
-0
/
+21
*
Add SBWatchpoint::GetError() API, which is not currently populated as yet.
Johnny Chen
2011-10-14
1
-9
/
+3
*
Add a test case to exercise the newly added SB API:
Johnny Chen
2011-10-14
1
-1
/
+1
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
4
-141
/
+94
*
Cleaned up the SBWatchpoint public API.
Greg Clayton
2011-10-13
3
-69
/
+110
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-2
/
+6
*
Fix preprocessor warnings for no newline at the end of the source files.
Greg Clayton
2011-10-12
1
-1
/
+1
*
Add a SBTarget::BreakpointCreateByName API that allows you to specify the name
Jim Ingham
2011-10-11
1
-3
/
+13
*
Added more functionality to Range template classes in RangeMap.h and converte...
Greg Clayton
2011-10-08
1
-6
/
+1
*
Move the responsibility for translating the various eFunctionNameType lookups...
Jim Ingham
2011-10-07
1
-2
/
+2
*
Fix regression of test SourceManagerTestCase.test_display_source_python.
Johnny Chen
2011-10-03
1
-1
/
+1
*
Removed lldb::SBSourceManager_impl. We export everything in the lldb namespace
Greg Clayton
2011-10-01
3
-64
/
+75
*
Add SBFrame.WatchLocation() to find and watch the location pointed to by
Johnny Chen
2011-10-01
1
-0
/
+59
*
Cleaned up the the code that figures out the inlined stack frames given a
Greg Clayton
2011-10-01
1
-4
/
+3
[next]