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
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
16
-34
/
+34
*
Change Error::SetErrorStringWithFormat() prototype to use an
Jason Molenda
2011-09-20
1
-1
/
+1
*
Don't put modules for .o files into the global shared module list. We
Greg Clayton
2011-09-18
6
-160
/
+68
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-1
/
+1
*
Removed the function:
Greg Clayton
2011-09-17
2
-8
/
+7
*
Convert lldb::ModuleSP to use an instrusive ref counted pointer.
Greg Clayton
2011-09-17
8
-50
/
+56
*
Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ...
Johnny Chen
2011-09-17
3
-3
/
+13
*
Tighten up the 'log enable lldb unwind' printing for
Jason Molenda
2011-09-16
2
-10
/
+10
*
Have the FuncUnwinder object request & provide an architecture-defined
Jason Molenda
2011-09-15
4
-4
/
+16
*
Set the OS in the triple correctly in response to the qHostInfo packet.
Greg Clayton
2011-09-15
1
-1
/
+1
*
Huge memory and performance improvements in the DWARF parser.
Greg Clayton
2011-09-12
12
-872
/
+578
*
Fixed the header guards.
Greg Clayton
2011-09-12
16
-35
/
+30
*
Fixed the logging output to be done consistently across all plug-ins.
Greg Clayton
2011-09-12
4
-40
/
+43
*
Quick fixes to the PE COFF file loader.
Greg Clayton
2011-09-10
2
-44
/
+160
*
Fix compiler warnings for GetGDBStoppointType().
Johnny Chen
2011-09-09
1
-2
/
+2
*
Added first pass at PE COFF file reading support. It parses the sections
Greg Clayton
2011-09-09
2
-0
/
+1040
*
Patch from Pilipe to allow "target create" on the remote-macosx platform!
Johnny Chen
2011-09-09
1
-1
/
+11
*
FreeBSD platform patch from Filipe!
Johnny Chen
2011-09-09
2
-178
/
+570
*
Patch from Filipe!
Johnny Chen
2011-09-09
1
-1
/
+1
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
2
-15
/
+22
*
Watchpoint WIP: on the debugger side, create an instance of either
Johnny Chen
2011-09-08
1
-1
/
+8
*
Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote cl...
Johnny Chen
2011-09-06
1
-4
/
+46
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
4
-37
/
+10
*
Added alpha .debug_names and .debug_types support in the DWARF parser.
Greg Clayton
2011-09-02
4
-24
/
+142
*
Added the ability for DWARF locations to use the ABI plug-ins to resolve
Greg Clayton
2011-09-02
2
-169
/
+181
*
Added files I forget to checkin with my last checkin.
Greg Clayton
2011-09-01
2
-0
/
+235
*
Added support for accessing and loading our new .debug_names and .debug_types
Greg Clayton
2011-09-01
5
-34
/
+266
*
Patch by Filipe for FreeBSD platform plugin!
Johnny Chen
2011-08-29
2
-15
/
+37
*
Fix a bunch of places where we were passing Stream *'s but were
Jim Ingham
2011-08-27
12
-142
/
+142
*
Fixed an assertion that could happen if we happened to parse a mach-o object
Greg Clayton
2011-08-26
1
-1
/
+18
*
Move DIE location reporting into the DWARFDebugInfo class, use it from there ...
Jim Ingham
2011-08-26
3
-15
/
+36
*
Added code to test hash bucket sizes for an DWARF index that we can write
Greg Clayton
2011-08-26
2
-0
/
+77
*
Add logging to SymbolFileDWARF::ParseType so that we can tell the type/comp_u...
Jim Ingham
2011-08-25
1
-0
/
+19
*
Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...
Johnny Chen
2011-08-25
1
-3
/
+1
*
The Compilation Unit language was being stored in a variable called "class_la...
Jim Ingham
2011-08-24
1
-2
/
+2
*
Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".
Greg Clayton
2011-08-22
4
-85
/
+85
*
Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and project
Greg Clayton
2011-08-22
5
-1
/
+1
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
23
-396
/
+1681
*
Revert the workaround patch in the last check in. With the local patch to LL...
Johnny Chen
2011-08-19
1
-30
/
+1
*
Third round of code cleanups:
Enrico Granata
2011-08-19
2
-5
/
+5
*
Apply some workaround for known crashers.
Johnny Chen
2011-08-18
1
-1
/
+30
*
New category "gnu-libstdc++" provides summary for std::string and synthetic c...
Enrico Granata
2011-08-17
1
-4
/
+1
*
When defining a scripted command, it is possible to provide a docstring and t...
Enrico Granata
2011-08-17
1
-6
/
+42
*
Fixed an issue where we could end up creating multiple
Greg Clayton
2011-08-16
1
-29
/
+59
*
Fix two logic errors uncovered by the static analyzer.
Johnny Chen
2011-08-16
1
-3
/
+3
*
Objective-C runtime now caches resolved ISA information for increased efficiency
Enrico Granata
2011-08-15
2
-3
/
+39
*
Factor out the code that parses ObjC Method names into a static method
Jim Ingham
2011-08-15
1
-44
/
+17
*
Taking care of an issue relating to mapping DeclContext's to DIE's
Enrico Granata
2011-08-12
1
-0
/
+1
*
Fix a logic error (Division by zero) uncovered by the static analyzer.
Johnny Chen
2011-08-12
1
-1
/
+1
*
Fixed the issue of a DW_TAG_subprogram in a DW_TAG_subprogram correctly this
Greg Clayton
2011-08-12
2
-19
/
+27
[next]