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
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-4
/
+2
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
1
-2
/
+4
*
Register Objective-C property accessors with their property decls.
Adrian Prantl
2019-11-22
1
-1
/
+1
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
1
-1
/
+1
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-2
/
+4
*
[lldb-test] Modify lldb-test to print out ASTs from symbol file
Shafik Yaghmour
2019-10-11
1
-3
/
+43
*
[lldb-test] Remove unused header
Alex Langford
2019-10-10
1
-1
/
+0
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
1
-3
/
+3
*
[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`
Jonas Devlieghere
2019-09-10
1
-2
/
+3
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-1
/
+10
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-10
/
+1
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-1
/
+10
*
Remove redundant curly braces.
Adrian Prantl
2019-08-22
1
-1
/
+1
*
Generalize FindTypes with CompilerContext to support fuzzy lookup
Adrian Prantl
2019-08-21
1
-3
/
+5
*
Make the FindTypes(std::vector<CompilerContext>, ...) API testable in lldb-test
Adrian Prantl
2019-08-20
1
-2
/
+51
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
SymbolVendor: Remove passthrough methods
Pavel Labath
2019-08-06
1
-27
/
+25
*
[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
[next]