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
*
rdar://problem/11584012
Johnny Chen
2012-06-04
1
-2
/
+4
*
Thread-hardening the SB API calls related to watchpoint operations.
Johnny Chen
2012-05-31
1
-0
/
+11
*
Also push file & line breakpoints past the prologue. Also added a "-K" argum...
Jim Ingham
2012-05-22
1
-8
/
+25
*
Fixes the case where we created a dummy target, deleted it, and then tried to...
Filipe Cabecinhas
2012-05-19
1
-1
/
+1
*
Added the ability to specify the symbol file for a module when adding it to a...
Greg Clayton
2012-04-23
1
-2
/
+14
*
In a prior commit, I changed the parameters around on a ModuleList::FindTypes...
Greg Clayton
2012-04-06
1
-1
/
+1
*
Removed unused variable.
Greg Clayton
2012-03-29
1
-1
/
+0
*
lldb_private::Section objects have a boolean flag that can be set that
Greg Clayton
2012-03-27
1
-23
/
+21
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-5
/
+6
*
Moved inline functions into SBTarget.cpp and made destructors for SBLaunchInf...
Greg Clayton
2012-03-07
1
-4
/
+25
*
Added the ability to disassembly "count" instructions given a SBAddress.
Greg Clayton
2012-03-06
1
-0
/
+29
*
Add a command and an SB API to create exception breakpoints. Make the break ...
Jim Ingham
2012-03-06
1
-0
/
+72
*
<rdar://problem/10967188>
Han Ming Ong
2012-03-02
1
-2
/
+1
*
<rdar://10949461>
Han Ming Ong
2012-02-29
1
-7
/
+9
*
<rdar://10950312>
Han Ming Ong
2012-02-29
1
-1
/
+10
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-11
/
+7
*
<rdar://problem/3535148>
Han Ming Ong
2012-02-25
1
-0
/
+8
*
Added some missing accessors to the SBAttachInfo for user and group ID
Greg Clayton
2012-02-24
1
-0
/
+36
*
Fixed the launching code when using the new SBLaunchInfo.
Greg Clayton
2012-02-24
1
-68
/
+27
*
Added the new way we will eventually do all attaches and launches. First clients
Greg Clayton
2012-02-24
1
-0
/
+544
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-4
/
+3
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-1
/
+6
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-1
/
+3
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-8
/
+8
*
Removed all of the "#ifndef SWIG" from the SB header files since we are using
Greg Clayton
2012-02-06
1
-13
/
+10
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-8
/
+15
*
lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still
Greg Clayton
2012-01-30
1
-193
/
+257
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-60
/
+50
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Added the ability to get the target triple, byte order and address byte size
Greg Clayton
2012-01-29
1
-0
/
+32
*
Work in progress for:
Johnny Chen
2011-12-20
1
-1
/
+1
*
Remove dead code found.
Johnny Chen
2011-12-20
1
-7
/
+0
*
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
[next]