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
*
<rdar://problem/11485744> Implement important data formatters in C++. Have th...
Enrico Granata
2012-09-04
20
-216
/
+1176
*
Patch from Filipe Cabecinhas that uses argparse in dotest.py instead of a han...
Greg Clayton
2012-09-04
1
-305
/
+237
*
Patch from info from Daniel Malea that should fix the build on linux after fi...
Greg Clayton
2012-09-04
2
-0
/
+3
*
Improved "objc_refs" a bit to be able to find all instances of a class'
Greg Clayton
2012-09-04
3
-13
/
+132
*
Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...
Jim Ingham
2012-09-01
14
-32
/
+364
*
Made it so changes to the prompt via "settings set prompt" get noticed by the...
Greg Clayton
2012-09-01
11
-20
/
+270
*
<rdar://problem/12069589>
Greg Clayton
2012-09-01
2
-52
/
+49
*
Add a convenience function to get the range containing a given PC specified a...
Jim Ingham
2012-08-31
2
-0
/
+13
*
Make the tab character in the thread frame lines optional.
Jason Molenda
2012-08-31
1
-1
/
+1
*
<rdar://problem/12202862>
Greg Clayton
2012-08-31
3
-17
/
+21
*
Fix indentation.
Greg Clayton
2012-08-31
1
-4
/
+4
*
Added command lists that can be executed on launch, stop, crash and exit. Add...
Greg Clayton
2012-08-31
1
-15
/
+71
*
Added an example that show correct usage of the async process event API.
Greg Clayton
2012-08-31
1
-0
/
+139
*
Added the ability to verify the LLDB API on MacOSX using a script. Usage is:
Greg Clayton
2012-08-30
1
-0
/
+84
*
OptionValueFileSpec had an accessor to read the contents of the file and retu...
Greg Clayton
2012-08-30
7
-8
/
+66
*
Fixed a potential crash in PlatformLinux if
Sean Callanan
2012-08-29
1
-1
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
111
-813
/
+1457
*
Instead of using re.split and requiring two spaces between the "regname: regv...
Jason Molenda
2012-08-28
1
-1
/
+2
*
rdar://problem/11374963
Johnny Chen
2012-08-28
1
-0
/
+9
*
Fix wrong logic with respect to warning messages.
Johnny Chen
2012-08-28
1
-2
/
+11
*
Fix a redundant computation.
Johnny Chen
2012-08-28
1
-1
/
+1
*
Fixes by Daniel Malea.
Filipe Cabecinhas
2012-08-28
2
-2
/
+3
*
Simplify the typecheck code.
Filipe Cabecinhas
2012-08-28
1
-10
/
+4
*
Fixing a potential control may reach end of non-void function issue
Enrico Granata
2012-08-27
1
-0
/
+1
*
Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jar...
Enrico Granata
2012-08-27
3
-5
/
+206
*
Fix include path for Linux and FreeBSD.
Filipe Cabecinhas
2012-08-27
1
-1
/
+1
*
Added SBDebugger's log callbacks to Python-land
Filipe Cabecinhas
2012-08-25
6
-39
/
+99
*
Add the "expr" command to the gdb command equivalents.
Jim Ingham
2012-08-24
1
-0
/
+58
*
Providing an additional Python command example
Enrico Granata
2012-08-24
1
-0
/
+33
*
Changed register ValueObjects to report their
Sean Callanan
2012-08-24
2
-0
/
+9
*
rdar://problem/11811338
Johnny Chen
2012-08-24
2
-1
/
+30
*
Remove printf that go left in the code.
Greg Clayton
2012-08-24
1
-1
/
+0
*
The OS plug-in can now get data from a python script that implements the prot...
Greg Clayton
2012-08-24
11
-52
/
+140
*
We have a partially working OS plug-in through python!
Greg Clayton
2012-08-24
3
-12
/
+20
*
Fixing an issue in the OS sample
Enrico Granata
2012-08-24
1
-0
/
+1
*
Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...
Greg Clayton
2012-08-24
9
-124
/
+326
*
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
[next]