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
/
SBTarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
After moving lldb::pid_t to 64 bits, keep a deprecated version around for
Greg Clayton
2011-12-02
1
-0
/
+11
*
<rdar://problem/10429064>
Greg Clayton
2011-11-29
1
-1
/
+1
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
1
-2
/
+7
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-17
/
+3
*
Added the ability to run a process in a shell on MacOSX currently when using
Greg Clayton
2011-11-12
1
-1
/
+1
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
1
-1
/
+11
*
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
1
-15
/
+16
*
Cleaned up the SBWatchpoint public API.
Greg Clayton
2011-10-13
1
-36
/
+37
*
Add a SBTarget::BreakpointCreateByName API that allows you to specify the name
Jim Ingham
2011-10-11
1
-3
/
+13
*
Move the responsibility for translating the various eFunctionNameType lookups...
Jim Ingham
2011-10-07
1
-2
/
+2
*
Removed lldb::SBSourceManager_impl. We export everything in the lldb namespace
Greg Clayton
2011-10-01
1
-0
/
+6
*
Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...
Johnny Chen
2011-09-27
1
-2
/
+23
*
Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...
Johnny Chen
2011-09-26
1
-16
/
+116
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-0
/
+200
*
Added the ability to restrict breakpoints by function name, function regexp, ...
Jim Ingham
2011-09-23
1
-7
/
+83
*
Fixed two printf format errors.
Greg Clayton
2011-09-21
1
-1
/
+1
*
Add a new breakpoint type "break by source regular expression".
Jim Ingham
2011-09-21
1
-4
/
+42
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
SBSourceManager now gets the real source manager either from the Debugger or ...
Jim Ingham
2011-09-13
1
-0
/
+7
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-3
/
+3
*
Cleaned up the SBType.h file to not include internal headers and reorganized
Greg Clayton
2011-08-03
1
-3
/
+3
*
Public API changes:
Enrico Granata
2011-07-29
1
-0
/
+47
*
Make the SBAddress class easier to use when using the public
Greg Clayton
2011-07-22
1
-9
/
+13
*
Added support for finding and global variables in the SBTarget and SBModule
Greg Clayton
2011-06-29
1
-6
/
+41
*
Add fuzz calls for SBTarget and SBThread.
Johnny Chen
2011-06-29
1
-3
/
+4
*
Fixed SBTarget attach calls to properly deal with being connected to a remotely
Greg Clayton
2011-06-24
1
-7
/
+71
*
Added the ability to find functions from either a SBModule (find functions
Greg Clayton
2011-06-21
1
-0
/
+23
*
Add a bunch of test cases to TestHelloWorld.py to exercise combinations of dw...
Johnny Chen
2011-06-17
1
-0
/
+4
*
o TestHelloWorld.py:
Johnny Chen
2011-06-17
1
-0
/
+4
*
Add an API to SBDebugger class:
Johnny Chen
2011-06-15
1
-10
/
+0
*
Added the ability to set the Platform path for a module through the SBModule
Greg Clayton
2011-04-30
1
-103
/
+51
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-59
/
+59
*
Add a LaunchSimple API that is nicer to use for quick scripts.
Jim Ingham
2011-03-31
1
-0
/
+26
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-1
/
+1
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
Expose ConnectRemote API through SBTarget and SBProcess.
James McIlree
2011-03-04
1
-0
/
+35
*
Added a missing API call in SBTarget that enables one to get
Greg Clayton
2011-03-02
1
-0
/
+10
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Added a SBListener parameter to Launch and attach calls to avoid a race
Greg Clayton
2011-02-03
1
-4
/
+17
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-0
/
+1
*
Changed the SymbolFile::FindFunction() function calls to only return
Greg Clayton
2011-01-27
1
-9
/
+34
*
Added support for some new environment variables within LLDB to enable some
Greg Clayton
2011-01-27
1
-19
/
+85
*
Deprecated old forms of SBTarget::Launch. There is not just one and no
Greg Clayton
2011-01-23
1
-43
/
+0
*
Restored some missing APIs for the test suite. Now testsuite still has some f...
Greg Clayton
2011-01-23
1
-0
/
+30
*
Added a new variant of SBTarget::Launch() that deprectates the old one that
Greg Clayton
2011-01-23
1
-26
/
+23
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-180
/
+46
*
Fixed the "expression" command object to use the StackFrame::GetValueForExpre...
Greg Clayton
2010-12-15
1
-1
/
+2
[prev]
[next]