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
/
Plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/11485744> Implement important data formatters in C++. Have th...
Enrico Granata
2012-09-04
5
-155
/
+689
*
Patch from info from Daniel Malea that should fix the build on linux after fi...
Greg Clayton
2012-09-04
1
-0
/
+1
*
Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...
Jim Ingham
2012-09-01
1
-2
/
+7
*
Fixed a potential crash in PlatformLinux if
Sean Callanan
2012-08-29
1
-1
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
34
-445
/
+724
*
Fix wrong logic with respect to warning messages.
Johnny Chen
2012-08-28
1
-2
/
+11
*
Fixes by Daniel Malea.
Filipe Cabecinhas
2012-08-28
1
-2
/
+2
*
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
5
-40
/
+116
*
We have a partially working OS plug-in through python!
Greg Clayton
2012-08-24
2
-6
/
+12
*
Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...
Greg Clayton
2012-08-24
4
-114
/
+161
*
Fixing a bunch of issues with the OS plugin code
Enrico Granata
2012-08-24
1
-1
/
+1
*
Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...
Enrico Granata
2012-08-24
1
-4
/
+24
*
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
2
-11
/
+33
*
Fix a typo.
Johnny Chen
2012-08-24
1
-1
/
+1
*
Cope with the case where the user-supplied callbacks want the watchpoint itse...
Johnny Chen
2012-08-23
1
-0
/
+4
*
Added a hollowed out version of an OperatingSystem plugin that will use a cla...
Greg Clayton
2012-08-23
4
-1
/
+339
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
7
-5
/
+20
*
Added a test for the Python part of SBInputReader callbacks.
Filipe Cabecinhas
2012-08-22
1
-2
/
+6
*
rdar://problem/11324515
Johnny Chen
2012-08-22
1
-0
/
+16
*
Some eh_frame unwind instructions will define a return address register;
Jason Molenda
2012-08-18
1
-11
/
+32
*
When emulating instructions that read from memory,
Jason Molenda
2012-08-13
1
-0
/
+1
*
<rdar://problem/11791234>
Greg Clayton
2012-08-11
1
-2
/
+2
*
Revert changes where we copied the expression locations back to using the ref...
Greg Clayton
2012-08-11
1
-2
/
+2
*
Add explicit casts to bool in "shared pointer is valid" constructs that retur...
Jim Ingham
2012-08-11
2
-4
/
+2
*
<rdar://problem/11791234>
Greg Clayton
2012-08-10
1
-3
/
+5
*
Fixed a potential crash where we attempt to read
Sean Callanan
2012-08-10
1
-0
/
+4
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
4
-5
/
+5
*
When compiling with C++11, switch from
Sean Callanan
2012-08-09
1
-0
/
+8
*
Changed the Opcode::GetData() API so that it didn't
Sean Callanan
2012-08-07
1
-1
/
+1
*
Fixed an error in the thumb opcode encoding. We need the 32 bit thumb instruc...
Greg Clayton
2012-08-07
1
-3
/
+4
*
Improved raw disassembly output for Thumb.
Sean Callanan
2012-08-06
1
-4
/
+5
*
Instructions generated by a disassembler can now
Sean Callanan
2012-08-01
1
-0
/
+2
*
<rdar://problem/11275622>
Greg Clayton
2012-07-31
1
-7
/
+11
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-1
/
+1
*
Add a call to "sync" a thread state before checkpointing registers in prepara...
Jim Ingham
2012-07-25
4
-1
/
+55
*
Provide subdir of StopInfoMachException.h in #include.
Jason Molenda
2012-07-25
1
-1
/
+1
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
3
-2
/
+40
*
Change the things we pass to Mangled::SetValue to be ConstStrings instead of
Jason Molenda
2012-07-20
1
-5
/
+5
*
Changed ProcessGDBRemote to avoid the reserved
Sean Callanan
2012-07-19
1
-1
/
+14
*
Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...
Greg Clayton
2012-07-18
4
-13
/
+13
*
Removed a hack that gives zero-length arrays a
Sean Callanan
2012-07-18
1
-3
/
+0
*
<rdar://problem/11852285>
Greg Clayton
2012-07-17
1
-8
/
+14
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
14
-250
/
+174
*
Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so i...
Jason Molenda
2012-07-17
2
-8
/
+86
*
<rdar://problem/11672978> Fixing an issue where an ObjC object might come out...
Enrico Granata
2012-07-16
1
-1
/
+1
*
Switch nearly all of the use of the UnwindPlan::Row's to go through
Jason Molenda
2012-07-14
8
-96
/
+143
*
Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined c...
Enrico Granata
2012-07-13
1
-1
/
+1
*
<rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...
Enrico Granata
2012-07-13
5
-0
/
+58
[next]