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
/
scripts
/
Python
/
interface
/
SBProcess.i
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
1
-0
/
+6
*
<rdar://problem/13009943>
Greg Clayton
2013-01-16
1
-0
/
+9
*
Add an SBProcess API to get the current StopID, either considering or ignorin...
Jim Ingham
2013-01-08
1
-0
/
+10
*
<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior
Han Ming Ong
2012-11-17
1
-1
/
+5
*
Add API to get the process plugin name & short name.
Jim Ingham
2012-10-26
1
-0
/
+6
*
<rdar://problem/12490558>
Greg Clayton
2012-10-12
1
-1
/
+1
*
<rdar://problem/12200505> Fixing a logical error in SBProcess, where the get_...
Enrico Granata
2012-10-08
1
-2
/
+3
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-0
/
+3
*
Add accessors on process to get & set the selected thread by IndexID (useful ...
Jim Ingham
2012-07-13
1
-0
/
+21
*
Added documentation for many of our python properties and also made the prope...
Greg Clayton
2012-06-29
1
-13
/
+13
*
Fixed the get_process_thread_list function to correctly return a list of all ...
Greg Clayton
2012-06-27
1
-1
/
+1
*
Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...
Johnny Chen
2012-05-23
1
-0
/
+3
*
Make every Python API __len__() method return a PyIntObject.
Filipe Cabecinhas
2012-05-11
1
-1
/
+2
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-0
/
+3
*
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Jim Ingham
2012-02-08
1
-0
/
+3
*
Cleaned up the documentation strings for many helper objects and added
Greg Clayton
2012-02-03
1
-7
/
+7
*
Added many more python convenience accessors:
Greg Clayton
2012-02-01
1
-0
/
+67
*
Added the ability to get the target triple, byte order and address byte size
Greg Clayton
2012-01-29
1
-0
/
+27
*
Patch from Enrico Granata that moves SBData related functions into the SBData
Greg Clayton
2012-01-07
1
-18
/
+0
*
http://llvm.org/bugs/show_bug.cgi?id=11619
Johnny Chen
2012-01-06
1
-0
/
+19
*
Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ...
Johnny Chen
2011-12-15
1
-1
/
+1
*
Expose new read memory fucntion through python in SBProcess:
Greg Clayton
2011-12-15
1
-0
/
+51
*
SBProcess.PutSTDIN() needs to be properly typemapped when swigging,
Johnny Chen
2011-11-28
1
-0
/
+4
*
Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look differen...
Johnny Chen
2011-11-28
1
-0
/
+10
*
Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.
Johnny Chen
2011-07-18
1
-0
/
+220