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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing a bunch of issues with the OS plugin code
Enrico Granata
2012-08-24
3
-3
/
+9
*
Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...
Enrico Granata
2012-08-24
4
-4
/
+160
*
Was forcing everyone on ToT to use the PythonOSPlugin.. my bad
Enrico Granata
2012-08-24
1
-1
/
+1
*
Adding bindings to the Script Interpreter for some basic Python OS plugin fun...
Enrico Granata
2012-08-24
7
-13
/
+244
*
Fix a typo.
Johnny Chen
2012-08-24
1
-1
/
+1
*
Switch over to using object instances for all PythonData objects.
Greg Clayton
2012-08-23
2
-86
/
+178
*
Clarify the doc string for register-name a bit, add flags.
Jim Ingham
2012-08-23
1
-1
/
+4
*
Take '--help' as well as '-h' as hint to emit the usage output.
Johnny Chen
2012-08-23
1
-1
/
+1
*
Document the generic register names in help for register-name.
Jim Ingham
2012-08-23
1
-1
/
+15
*
Cope with the case where the user-supplied callbacks want the watchpoint itse...
Johnny Chen
2012-08-23
5
-1
/
+93
*
A first version of a bunch of classes that wrap commonly used Python objects ...
Enrico Granata
2012-08-23
4
-0
/
+459
*
Added a hollowed out version of an OperatingSystem plugin that will use a cla...
Greg Clayton
2012-08-23
6
-1
/
+370
*
gdb format should default to count of 1.
Jim Ingham
2012-08-23
1
-2
/
+2
*
Make the substring un-matching more robust.
Johnny Chen
2012-08-23
1
-1
/
+1
*
Make a test scenario stronger, since, by default, the setting interpreter.exp...
Johnny Chen
2012-08-23
1
-2
/
+3
*
Fix the test suite failures as a result of r162418 check-in.
Johnny Chen
2012-08-23
2
-2
/
+5
*
rdar://problem/12022371
Johnny Chen
2012-08-23
2
-2
/
+61
*
<rdar://problem/12022079>
Greg Clayton
2012-08-23
9
-17
/
+161
*
Fix some indenting.
Jim Ingham
2012-08-22
1
-25
/
+25
*
Rework how the API mutex is acquired when filling out an ExecutionContext fro...
Jim Ingham
2012-08-22
9
-110
/
+242
*
Check that the data buffer is non-null before getting its file contents.
Jim Ingham
2012-08-22
1
-1
/
+5
*
Change the man page install phase to only run in "desktop" and "desktop-no-xp...
Jason Molenda
2012-08-22
1
-1
/
+2
*
Modified .lldb-loggings now to direct the lldb log files to the same session ...
Johnny Chen
2012-08-22
2
-1
/
+67
*
Demonstrate how to use the config file and the pre-flight functionality to ro...
Johnny Chen
2012-08-22
4
-0
/
+189
*
Remove further outdated "settings" code and also implement a few missing things.
Greg Clayton
2012-08-22
19
-3430
/
+235
*
Fixed a Linux building bug pointed out by Daniel Malea.
Filipe Cabecinhas
2012-08-22
1
-1
/
+1
*
Fix wrong directory pathname.
Johnny Chen
2012-08-22
1
-2
/
+2
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
104
-7795
/
+11430
*
Added a test for the Python part of SBInputReader callbacks.
Filipe Cabecinhas
2012-08-22
4
-2
/
+63
*
Added a typemap and wrappers for SBInputReader callbacks
Filipe Cabecinhas
2012-08-22
4
-2
/
+91
*
rdar://problem/11324515
Johnny Chen
2012-08-22
4
-3
/
+133
*
Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm...
Johnny Chen
2012-08-21
3
-1
/
+34
*
Remove the process->DisableWatchpoint() and EnableWatchpoint() calls since th...
Johnny Chen
2012-08-21
1
-4
/
+2
*
rdar://problem/12144930
Johnny Chen
2012-08-21
2
-1
/
+26
*
Comment change.
Johnny Chen
2012-08-21
1
-2
/
+3
*
SBValue::GetTypeName and SBValue::GetByteSize might have to update the dynami...
Jim Ingham
2012-08-21
1
-4
/
+45
*
Fix the wrong comment in TestUUIDMismatchWarnings.py.
Johnny Chen
2012-08-20
2
-2
/
+3
*
Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...
Johnny Chen
2012-08-20
2
-3
/
+13
*
Added qVAttachOrWaitSupported packet support.
Greg Clayton
2012-08-20
1
-0
/
+1
*
A baton isn't needed to dispatch input.
Filipe Cabecinhas
2012-08-20
5
-6
/
+22
*
Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends.
Filipe Cabecinhas
2012-08-20
1
-0
/
+35
*
Some eh_frame unwind instructions will define a return address register;
Jason Molenda
2012-08-18
4
-13
/
+50
*
Fix missing braces from the python-GIL merge.
Johnny Chen
2012-08-18
1
-1
/
+4
*
Merge python-GIL bracnh (by filcab) back into trunk!
Johnny Chen
2012-08-18
4
-146
/
+83
*
Fix a race condition where multiple PythonInputReaderManager instances could,...
Johnny Chen
2012-08-17
2
-30
/
+43
*
Committed a simple dtrace script that tracks
Sean Callanan
2012-08-17
1
-0
/
+18
*
Fixed some small formatting issues in the help for
Sean Callanan
2012-08-16
1
-2
/
+4
*
Fixed a crash when incomplete expression variables
Sean Callanan
2012-08-16
1
-0
/
+6
*
Catch timestamps for the beginning and end of the test suite run.
Johnny Chen
2012-08-16
1
-5
/
+10
*
Update build instructions. Patch from "Kopec, Matt" <matt.kopec@intel.com>!
Johnny Chen
2012-08-16
1
-0
/
+12
[next]