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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Target] Introduce Process::GetLanguageRuntimes
Alex Langford
2019-05-29
5
-10
/
+42
*
Fixed source header [NFC]
Greg Clayton
2019-05-29
1
-1
/
+1
*
Add more information to the log timer dump
Antonio Afonso
2019-05-29
3
-13
/
+72
*
Clean up DWARFDebugInfoEntry
Fangrui Song
2019-05-29
2
-106
/
+0
*
Revert "D11003: Tolerate DWARF compile unit without filename."
Pavel Labath
2019-05-29
1
-13
/
+0
*
[CMake] Remove lldb-server from LLDB.framework
Stefan Granitz
2019-05-29
1
-4
/
+0
*
[CMake] LLDB.framework tools handling
Stefan Granitz
2019-05-29
11
-19
/
+83
*
DWARFASTParserClang: Unify compilation unit language handling
Pavel Labath
2019-05-29
1
-8
/
+5
*
DWARF: Fix address range support in mixed 4+5 scenario
Pavel Labath
2019-05-29
7
-94
/
+182
*
build: only search for the needed python type
Saleem Abdulrasool
2019-05-29
1
-67
/
+23
*
Fix IPv6 support on lldb-server platform
Antonio Afonso
2019-05-28
6
-87
/
+212
*
[SymbolFileDWARF] Remove unused member (NFC)
Jonas Devlieghere
2019-05-28
2
-4
/
+2
*
Fix 'warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangli...
Alexandre Ganea
2019-05-28
1
-10
/
+20
*
Fix 'warning: format specifies type 'int' but the argument has type 'MIuint' ...
Alexandre Ganea
2019-05-28
1
-1
/
+1
*
[DWARFExpression] Remove ctor that takes just a compile unit.
Jonas Devlieghere
2019-05-28
8
-160
/
+73
*
[CMake] Folder structure for generated Xcode project to cover more targets
Stefan Granitz
2019-05-28
16
-6
/
+32
*
DWARFDebugArangeSet: Remove references to SymbolFileDWARF
Pavel Labath
2019-05-27
2
-7
/
+4
*
XFAIL prefer-debug-over-eh-frame.test on darwin
Pavel Labath
2019-05-27
1
-1
/
+2
*
DWARF: Add a simple test exercising debug_loc parsing
Pavel Labath
2019-05-27
1
-0
/
+117
*
FuncUnwinders: prefer debug_frame over eh_frame
Pavel Labath
2019-05-27
3
-4
/
+65
*
DWARF: Remove cu_idx variables from parsing functions
Pavel Labath
2019-05-27
4
-46
/
+31
*
Revert Xcode scheme changes from 361675
Greg Clayton
2019-05-24
1
-7
/
+1
*
Cleanup fixed form sizes.
Greg Clayton
2019-05-24
11
-162
/
+87
*
[Target] Make Processes' GetLanguageRuntime non-virtual
Alex Langford
2019-05-24
1
-5
/
+4
*
[DWARFExpression] Remove commented-out code (NFC)
Jonas Devlieghere
2019-05-24
1
-119
/
+0
*
[Process] Clean up some logic around LanguageRuntimes
Alex Langford
2019-05-24
1
-7
/
+10
*
[FuncUnwinders] Use "symbol file" unwind plans for unwinding
Pavel Labath
2019-05-24
8
-9
/
+89
*
DWARF: Implement DW_AT_signature lookup for type unit support
Pavel Labath
2019-05-24
14
-32
/
+258
*
DWARFContext: Make loading of sections thread-safe
Pavel Labath
2019-05-24
3
-41
/
+128
*
[Utility] Small improvements to the Broadcaster class (NFC)
Jonas Devlieghere
2019-05-24
2
-107
/
+99
*
Revert "[lldb] followup fix for https://reviews.llvm.org/D62305"
Jonas Devlieghere
2019-05-24
1
-4
/
+4
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
34
-82
/
+84
*
[lldb] followup fix for https://reviews.llvm.org/D62305
Konrad Kleine
2019-05-23
1
-4
/
+4
*
[NFC] Add blank line (test commit)
J. Ryan Stinnett
2019-05-23
1
-0
/
+1
*
[Process] Fix another thread_result_t & nullptr incompatibility.
Jonas Devlieghere
2019-05-23
1
-7
/
+7
*
[lldb] Make sure RegularExpression constructors always initialize member vari...
Jorge Gorbe Moya
2019-05-23
1
-4
/
+3
*
[Utility] Avoid a few unnecessary copies (NFC)
Jonas Devlieghere
2019-05-23
4
-26
/
+30
*
[gdb-remote] Fix more issues with thread_result_t
Jonas Devlieghere
2019-05-23
2
-4
/
+4
*
Test commit access by removing a empty line
Antonio Afonso
2019-05-23
1
-1
/
+0
*
[HostNativeThreadBase] Undo nullptr changes
Jonas Devlieghere
2019-05-23
1
-4
/
+4
*
[lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'
Konrad Kleine
2019-05-23
5
-8
/
+8
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
248
-1459
/
+1485
*
Add REQUIRES: lld to debug-types-address-ranges.s
Pavel Labath
2019-05-23
1
-0
/
+2
*
DWARFASTParserClang: Reduce indentation
Pavel Labath
2019-05-23
1
-1507
/
+1495
*
DWARF: Don't compute address ranges for type units
Pavel Labath
2019-05-23
8
-116
/
+456
*
Simplify `GetName`+`AppendTypeName` by `DWARFDIE`
Jan Kratochvil
2019-05-23
4
-168
/
+131
*
[Reproducer] Pass FileSpec by const-ref. (NFC)
Jonas Devlieghere
2019-05-23
2
-3
/
+3
*
[Utility] Modernize C-style cats
Jonas Devlieghere
2019-05-23
16
-225
/
+263
*
Remove unused const version of CommandInterpreter::GetCommandHistory.
Jim Ingham
2019-05-23
1
-2
/
+0
*
[ARM64][AArch64] Update disassembler attributes to ARMv8.5 ISA with SVE exten...
Omair Javaid
2019-05-23
1
-3
/
+3
[next]