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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
<rdar://problem/12200505> Fixing a logical error in SBProcess, where the get_...
Enrico Granata
2012-10-08
1
-2
/
+3
*
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...
Jim Ingham
2012-10-05
1
-0
/
+6
*
<rdar://problem/12099999> renaming SBStream::Printf to Print in the scripting...
Enrico Granata
2012-10-04
1
-3
/
+9
*
Implementing plugins that provide commands.
Enrico Granata
2012-09-28
2
-0
/
+6
*
Add an API to figure out whether a breakpoint is internal or not.
Jim Ingham
2012-09-25
1
-0
/
+3
*
Make the unwinding of the stack part of "thread return" work, and add the thr...
Jim Ingham
2012-09-14
1
-1
/
+1
*
Start at getting "thread return" working. Doesn't work yet.
Jim Ingham
2012-09-12
1
-0
/
+3
*
Added SBDebugger's log callbacks to Python-land
Filipe Cabecinhas
2012-08-25
1
-0
/
+6
*
A baton isn't needed to dispatch input.
Filipe Cabecinhas
2012-08-20
1
-1
/
+1
*
<rdar://problem/11275622>
Greg Clayton
2012-07-31
1
-1
/
+86
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-0
/
+3
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-0
/
+6
*
Add accessors on process to get & set the selected thread by IndexID (useful ...
Jim Ingham
2012-07-13
2
-0
/
+27
*
Added documentation for many of our python properties and also made the prope...
Greg Clayton
2012-06-29
27
-238
/
+239
*
Added the ability to read the dSYM plist file with source remappings even whe...
Greg Clayton
2012-06-27
1
-0
/
+3
*
Modify the ranges_access() helper function to be able to lookup the address r...
Greg Clayton
2012-06-27
1
-0
/
+4
*
Fixed the get_process_thread_list function to correctly return a list of all ...
Greg Clayton
2012-06-27
1
-1
/
+1
*
Make a way to set the result status for Python defined commands, and don't ov...
Jim Ingham
2012-06-27
1
-0
/
+3
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-0
/
+3
*
rdar://problem/11584012
Johnny Chen
2012-06-04
3
-6
/
+4
*
Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...
Johnny Chen
2012-05-23
1
-0
/
+3
*
Add GetID to the .i file.
Jim Ingham
2012-05-16
1
-0
/
+3
*
Found one more place where the OkayToDiscard needs to be consulted.
Jim Ingham
2012-05-11
1
-0
/
+3
*
Make every Python API __len__() method return a PyIntObject.
Filipe Cabecinhas
2012-05-11
9
-11
/
+12
*
Print out a notification when the process of a target other than the currentl...
Jim Ingham
2012-05-08
1
-0
/
+3
*
<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...
Enrico Granata
2012-05-08
1
-0
/
+3
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
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
-0
/
+6
*
Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...
Greg Clayton
2012-04-13
2
-1
/
+7
*
Added a property to get the dynamic type which uses the most permissive way t...
Greg Clayton
2012-04-11
1
-2
/
+8
*
Export the ability to see if a symbol is externally visible and also if the s...
Greg Clayton
2012-04-02
1
-1
/
+14
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
1
-28
/
+28
*
Adding a new API call IsTypeComplete() to SBType. This call is meant to check...
Enrico Granata
2012-03-24
1
-1
/
+6
*
Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...
Johnny Chen
2012-03-16
2
-0
/
+15
*
Added the ability to disassembly "count" instructions given a SBAddress.
Greg Clayton
2012-03-06
1
-0
/
+3
*
Add a command and an SB API to create exception breakpoints. Make the break ...
Jim Ingham
2012-03-06
1
-0
/
+12
*
rdar://problem/10976649
Johnny Chen
2012-03-05
1
-0
/
+3
*
added a new formatter for CF(Mutable)BitVector
Enrico Granata
2012-03-03
2
-12
/
+164
*
Added some missing accessors to the SBAttachInfo for user and group ID
Greg Clayton
2012-02-24
1
-0
/
+18
*
Fixed the launching code when using the new SBLaunchInfo.
Greg Clayton
2012-02-24
1
-21
/
+2
*
Added the new way we will eventually do all attaches and launches. First clients
Greg Clayton
2012-02-24
1
-0
/
+183
*
Added the ability to get a ObjectFile versions from the ObjectFile
Greg Clayton
2012-02-22
1
-0
/
+4
*
Add a logging mode that takes a callback and flush'es to that callback.
Jim Ingham
2012-02-21
1
-0
/
+6
*
Adding formatters for several useful Objective-C/Cocoa data types. The new ca...
Enrico Granata
2012-02-17
2
-0
/
+17
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
6
-0
/
+24
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
7
-0
/
+528
*
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Jim Ingham
2012-02-08
2
-0
/
+9
*
Removed all of the "#ifndef SWIG" from the SB header files since we are using
Greg Clayton
2012-02-06
6
-37
/
+224
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+3
*
Allow a SBAddress to be created from a SBSection and an offset.
Greg Clayton
2012-02-04
3
-3
/
+15
[prev]
[next]