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
/
tools
/
lldb-test
/
lldb-test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-3
/
+8
*
[lldb] Increase testsuite packet-timeout 5secs -> 1min
Jan Kratochvil
2019-07-29
1
-0
/
+4
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
1
-1
/
+1
*
Add convenience methods to convert LLDB to LLVM data structures.
Jonas Devlieghere
2019-07-11
1
-1
/
+1
*
[lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...
Jan Kratochvil
2019-06-17
1
-0
/
+1
*
Fix lit tests on Windows related to CR+LF
Adrian McCarthy
2019-06-07
1
-2
/
+2
*
Include inlined functions when figuring out a contiguous address range
Greg Clayton
2019-05-06
1
-4
/
+7
*
[Reproducers] Initialize reproducers before initializing the debugger.
Jonas Devlieghere
2019-02-21
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-2
/
+1
*
[SymbolFile] Remove the SymbolContext parameter from FindNamespace.
Zachary Turner
2019-01-14
1
-2
/
+1
*
Introduce SymbolFileBreakpad and use it to fill symtab
Pavel Labath
2019-01-11
1
-23
/
+23
*
Implement ObjectFileELF::GetBaseAddress
Pavel Labath
2019-01-10
1
-0
/
+2
*
Change lldb-test to use ParseAllDebugSymbols.
Zachary Turner
2019-01-09
1
-3
/
+1
*
lldb-test ir-memory-map: Use IntervalMap::contains
Pavel Labath
2018-12-27
1
-25
/
+10
*
ELF: Don't create sections for section header index 0
Pavel Labath
2018-12-18
1
-0
/
+1
*
ELF: more section creation cleanup
Pavel Labath
2018-12-15
1
-0
/
+3
*
ELF: Clean up section type computation
Pavel Labath
2018-12-12
1
-0
/
+1
*
lldb-test: Add ability to dump subsections
Pavel Labath
2018-12-12
1
-20
/
+32
*
Re-commit "Introduce ObjectFileBreakpad"
Pavel Labath
2018-12-10
1
-0
/
+13
*
Revert "Introduce ObjectFileBreakpad"
Shafik Yaghmour
2018-12-07
1
-13
/
+0
*
Introduce ObjectFileBreakpad
Pavel Labath
2018-12-07
1
-0
/
+13
*
[pecoff] Implement ObjectFilePECOFF::GetDependedModules()
Aaron Smith
2018-12-06
1
-4
/
+20
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
1
-2
/
+7
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-5
/
+5
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-1
/
+1
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-4
/
+3
*
[PDB] Restore AST from PDB symbols
Aleksandr Urakov
2018-09-10
1
-0
/
+51
*
[PDB] Resolve a symbol context block info correctly
Aleksandr Urakov
2018-08-29
1
-0
/
+48
*
Add a test for reading lld-generated build-ids
Pavel Labath
2018-06-29
1
-12
/
+18
*
Retrieve a function PDB symbol correctly from nested blocks
Pavel Labath
2018-06-28
1
-24
/
+58
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Fix build error introduced in r334498
Pavel Labath
2018-06-12
1
-2
/
+2
*
lldb-test symbols: Add -file argument and the ability to dump global variable...
Pavel Labath
2018-06-12
1
-73
/
+101
*
PDB support of function-level linking and splitted functions
Aaron Smith
2018-06-08
1
-17
/
+94
*
[IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commands
Vedant Kumar
2018-06-04
1
-37
/
+54
*
[IRMemoryMap] Test interleaved Mallocs and Frees
Vedant Kumar
2018-05-31
1
-3
/
+44
*
[lldb-test] Make logging available to all subcommands
Vedant Kumar
2018-05-31
1
-0
/
+3
*
[IRMemoryMap] Test host-side allocations
Vedant Kumar
2018-05-31
1
-3
/
+9
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-5
/
+3
*
[lldb-test] ir-memory-map: Avoid accessing a bad iterator
Vedant Kumar
2018-05-30
1
-10
/
+8
*
[lldb-test] Add a testing harness for the JIT's IRMemoryMap
Vedant Kumar
2018-05-30
1
-19
/
+184
*
lldb-test symbols: Add ability to do name-based lookup
Pavel Labath
2018-05-03
1
-22
/
+255
*
Support reading section ".gnu_debugaltlink"
Jan Kratochvil
2018-04-29
1
-0
/
+1
*
Re-add change for https://reviews.llvm.org/D42582 with added directories.
Jim Ingham
2018-03-12
1
-3
/
+6
*
Revert "Improve prologue handling to support functions with multiple entry po...
Vedant Kumar
2018-03-12
1
-6
/
+3
*
Improve prologue handling to support functions with multiple entry points.
Jim Ingham
2018-03-12
1
-3
/
+6
*
Rewrite TestTargetSymbolsBuildidCase to be more focused
Pavel Labath
2018-03-06
1
-1
/
+3
*
Add "lldb-test breakpoint" command and convert the case-sensitivity test to u...
Pavel Labath
2018-02-26
1
-0
/
+121
*
ObjectFileELF: Add support for compressed sections
Pavel Labath
2017-12-15
1
-1
/
+2
[next]