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
/
Symbol
/
ObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Move UnwindTable from ObjectFile to Module
Pavel Labath
2019-02-14
1
-5
/
+3
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-18
/
+18
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-3
/
+1
*
Re-commit "Introduce ObjectFileBreakpad"
Pavel Labath
2018-12-10
1
-0
/
+60
*
Revert "Introduce ObjectFileBreakpad"
Shafik Yaghmour
2018-12-07
1
-60
/
+0
*
Introduce ObjectFileBreakpad
Pavel Labath
2018-12-07
1
-0
/
+60
*
[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".
George Rimar
2018-11-14
1
-0
/
+4
*
Revert r346848 "[LLDB] - Support the single file split DWARF."
George Rimar
2018-11-14
1
-4
/
+0
*
[LLDB] - Support the single file split DWARF.
George Rimar
2018-11-14
1
-0
/
+4
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-7
/
+7
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-7
/
+7
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-7
/
+7
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
[FileSystem] Remove GetByteSize() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+3
*
[LLDB] - Implement the support for the .debug_loclists section.
George Rimar
2018-10-23
1
-0
/
+1
*
[LLDB] - Add basic support for .debug_rnglists section (DWARF5)
George Rimar
2018-10-10
1
-0
/
+1
*
[LLDB] - Improved DWARF5 support.
George Rimar
2018-09-13
1
-0
/
+1
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-37
/
+37
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Add .debug_names section glue code
Pavel Labath
2018-06-01
1
-0
/
+1
*
Remove unused include, and corresponding library dependency.
James Y Knight
2018-05-24
1
-1
/
+0
*
Add support to object files for accessing the .debug_types section
Greg Clayton
2018-05-08
1
-0
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-35
/
+31
*
Support reading section ".gnu_debugaltlink"
Jan Kratochvil
2018-04-29
1
-0
/
+1
*
Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...
Pavel Labath
2018-03-20
1
-30
/
+19
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
1
-21
/
+12
*
[lldb] Use vFlash commands when writing to target's flash memory regions
Pavel Labath
2018-02-27
1
-12
/
+21
*
Make sure DataBufferLLVM contents are writable
Pavel Labath
2017-12-21
1
-0
/
+5
*
ObjectFile: remove ReadSectionData/MemoryMapSectionData mutual recursion
Pavel Labath
2017-12-14
1
-16
/
+0
*
Improve FreeBSD kernel debugging
Ed Maste
2017-10-02
1
-6
/
+16
*
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
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-4
/
+7
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-7
/
+7
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-4
/
+6
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Provide option to set pc of the file loaded in memory.
Hafiz Abid Qadeer
2017-01-24
1
-1
/
+10
*
Provide a substitute to load command of gdb.
Hafiz Abid Qadeer
2017-01-19
1
-0
/
+31
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-2
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-581
/
+561
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-2
/
+2
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
[next]