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
*
[LLDB] - Improved DWARF5 support.
George Rimar
2018-09-13
1
-0
/
+1
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
1
-1
/
+1
*
Re-instate a bit of code that was commented out in r188246 which
Jason Molenda
2018-09-06
1
-8
/
+16
*
Fix a little thinko in generating ___lldb_unnamed_symbol symbols
Jim Ingham
2018-08-15
1
-1
/
+2
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Represent invalid UUIDs as UUIDs with length zero
Pavel Labath
2018-06-26
1
-13
/
+10
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-37
/
+37
*
A little cleanup in ObjectFileMachO::GetSDKVersion.
Jason Molenda
2018-06-25
1
-3
/
+12
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-42
/
+15
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-2
/
+2
*
Add .debug_names section glue code
Pavel Labath
2018-06-01
1
-0
/
+4
*
Retrieve the deployment target when retrieving an object file's triple.
Adrian Prantl
2018-05-11
1
-12
/
+33
*
Add support to object files for accessing the .debug_types section
Greg Clayton
2018-05-08
1
-0
/
+4
*
The on-ios-device command line lldb has an optimization where
Jason Molenda
2018-05-04
1
-28
/
+69
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-376
/
+297
*
Support reading section ".gnu_debugaltlink"
Jan Kratochvil
2018-04-29
1
-0
/
+1
*
Always normalize FileSpec paths.
Greg Clayton
2018-04-27
1
-4
/
+0
*
ObjectFileMachO: split CreateSections mega-function into more manageable chunks
Pavel Labath
2018-03-06
1
-508
/
+505
*
ObjectFileMachO: use early return to remove one nesting level from CreateSect...
Pavel Labath
2018-03-03
1
-532
/
+513
*
lldb running on an ios device is using the _dyld_get_all_image_infos()
Jason Molenda
2018-02-07
1
-0
/
+21
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
1
-3
/
+1
*
Make sure DataBufferLLVM contents are writable
Pavel Labath
2017-12-21
1
-23
/
+13
*
Fix alignment of arm64 fpu register context structure
Jason Molenda
2017-11-16
1
-1
/
+1
*
Roll back r318260 because it is causing the windows bot to
Jason Molenda
2017-11-15
1
-1
/
+1
*
Two small fixes to handle arm64 fpu register contexts in
Jason Molenda
2017-11-15
1
-1
/
+1
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
Add support for the DWP debug info format
Tamas Berghammer
2017-08-25
1
-0
/
+1
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
[DWARFCallFrameInfo] Add Type enum to differentiate eh/debug_frame sections
Pavel Labath
2017-06-28
1
-1
/
+1
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
Don't use uuid_clear(), non-darwin platforms include
Jason Molenda
2017-04-13
1
-1
/
+1
*
Use two LC_NOTE load commands for identifying the main binary that
Jason Molenda
2017-04-12
1
-5
/
+106
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Some old mach-o core files have an LC_IDENT load command
Jason Molenda
2017-04-06
1
-0
/
+31
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Get ObjectFileMachO to handle @executable_path
Jim Ingham
2017-03-20
1
-2
/
+25
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-9
/
+10
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-12
/
+17
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Delete DataBufferMemoryMap.
Zachary Turner
2017-02-24
1
-36
/
+48
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+2
*
[lldb] Fix -Waggressive-loop-optimizations warning
Vedant Kumar
2016-11-07
1
-1
/
+5
*
Improve ".." handling in FileSpec normalization
Pavel Labath
2016-10-31
1
-1
/
+1
*
Fix about a dozen compile warnings
Ilia K
2016-09-12
1
-9
/
+8
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-5604
/
+5582
*
If the user has specified target.memory-module-load-level 'minimal'
Jason Molenda
2016-08-25
1
-3
/
+5
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
[next]