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
/
ObjectFile
/
Mach-O
/
ObjectFileMachO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/11016907>
Greg Clayton
2012-03-09
1
-730
/
+871
*
Updated the revision of LLVM/Clang used by LLDB.
Sean Callanan
2012-03-08
1
-0
/
+11
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-12
/
+11
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-61
/
+69
*
Added the ability to get a ObjectFile versions from the ObjectFile
Greg Clayton
2012-02-22
1
-0
/
+51
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-36
/
+251
*
Improved detection of object file types, moving
Sean Callanan
2012-02-10
1
-2
/
+14
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-5
/
+157
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-8
/
+148
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-34
/
+18
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-8
/
+9
*
<rdar://problem/10368163>
Greg Clayton
2011-12-30
1
-30
/
+72
*
Fix a bug where when debugging with .o files, we end up with two symbols for ...
Jim Ingham
2011-12-16
1
-4
/
+20
*
Testcase fixes with the new symbol lookup code for
Sean Callanan
2011-12-03
1
-3
/
+3
*
Remove accidental "else" that was left in in prior checking.
Greg Clayton
2011-12-03
1
-1
/
+1
*
Added new symbol types for Objective C classes, metaclasses, and ivars. Each
Greg Clayton
2011-12-03
1
-85
/
+136
*
12% allocated memory savings when debugging clang with DWARF in .o files by
Greg Clayton
2011-11-22
1
-0
/
+3
*
<rdar://problem/10338439>
Greg Clayton
2011-11-13
1
-3
/
+2
*
<rdar://problem/10368163>
Greg Clayton
2011-10-31
1
-2
/
+15
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-26
/
+32
*
Removed namespace qualification from symbol queries.
Sean Callanan
2011-10-13
1
-1
/
+1
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-1
/
+2
*
Enable all the new accelerator tables if they are present and don't manually
Greg Clayton
2011-10-04
1
-0
/
+4
*
Convert over to the latest and greatest on disc accelerator
Greg Clayton
2011-09-28
1
-8
/
+8
*
The first part of a fix for being able to select an architecture slice from
Greg Clayton
2011-09-21
1
-0
/
+9
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Added support for accessing and loading our new .debug_names and .debug_types
Greg Clayton
2011-09-01
1
-0
/
+8
*
Fixed an assertion that could happen if we happened to parse a mach-o object
Greg Clayton
2011-08-26
1
-1
/
+18
*
Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate
Greg Clayton
2011-07-19
1
-1
/
+1
*
Fixed an assertion crasher. We now handle things correclty and
Greg Clayton
2011-07-10
1
-3
/
+9
*
Added the ability to get an abstract file type (executable, object file,
Greg Clayton
2011-07-09
1
-0
/
+84
*
Fixed a crasher where we were accessing a symbol with a bad index.
Greg Clayton
2011-06-19
1
-1
/
+1
*
ABI plug-ins must implement the following pure virtual functions:
Greg Clayton
2011-05-24
1
-1
/
+2
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-8
/
+8
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-0
/
+103
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-22
/
+0
*
Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...
Jim Ingham
2011-03-07
1
-1
/
+134
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-2
/
+2
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-7
/
+3
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Remove bzero use and replace with memset (patch from Kirk Beitz).
Greg Clayton
2011-02-04
1
-3
/
+3
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-1
/
+1
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-7
/
+7
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-2
/
+2
*
Fixed ProcessGDBRemote to kill the process correctly when it is either running
Greg Clayton
2011-01-25
1
-0
/
+8
*
Added the ability to dump sections to a certain depth (for when sections
Greg Clayton
2010-12-08
1
-1
/
+1
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-1
/
+1
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-1
/
+1
*
Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach...
Greg Clayton
2010-10-09
1
-1
/
+1
*
Added support for LC_LOAD_UPWARD_DYLIB in mach-o files.
Greg Clayton
2010-10-09
1
-0
/
+1
[next]