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
*
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
*
Fix address class lookup for absolute symbols
Tamas Berghammer
2016-02-26
1
-1
/
+5
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-2
/
+0
*
Add support for handling absolute symbols in ELF
Tamas Berghammer
2016-02-25
1
-0
/
+1
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-18
1
-4
/
+15
*
Revert "Improve the handling of missing elf symtab and missing symbol sizes"
Tamas Berghammer
2016-02-10
1
-15
/
+4
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-10
1
-4
/
+15
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-0
/
+1
*
Fix in-memory section loading for JIT-ed code.
Oleksiy Vyalov
2015-12-03
1
-0
/
+1
*
Add support for tvos and watchos to ObjectFileMachO.
Jason Molenda
2015-11-10
1
-0
/
+25
*
Add support for .ARM.exidx unwind information
Tamas Berghammer
2015-09-30
1
-0
/
+2
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-0
/
+1
*
Add basic fission support to SymbolFileDWARF
Tamas Berghammer
2015-09-09
1
-5
/
+13
*
Add support for DW_FORM_GNU_[addr,str]_index
Tamas Berghammer
2015-08-25
1
-0
/
+2
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-1
/
+1
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
The lldb unwinder can now use the unwind information from the compact-unwind
Jason Molenda
2014-12-08
1
-0
/
+1
*
Remove unreachable code.
Jason Molenda
2014-10-16
1
-2
/
+0
*
Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections
Matthew Gardiner
2014-09-29
1
-0
/
+3
*
Start converting usages of off_t to other types.
Zachary Turner
2014-07-02
1
-7
/
+7
*
Don't allow two threads to create/use the section list before it has been ful...
Greg Clayton
2014-06-16
1
-0
/
+3
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-8
/
+8
[next]