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
*
SymbolVendor: Remove the type list member
Pavel Labath
2019-07-25
15
-65
/
+23
*
LLGS: fix tracking execve on linux
Pavel Labath
2019-07-25
3
-79
/
+16
*
cli-wrapper-mpxtable.cpp: fix file header
Fangrui Song
2019-07-25
1
-2
/
+1
*
[TableGen] Fix comments/headers referencing clang (NFC)
Jonas Devlieghere
2019-07-25
3
-6
/
+7
*
[FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)
Jonas Devlieghere
2019-07-25
5
-56
/
+15
*
[FileSystem] Fix ambiguous symbol on Windows.
Jonas Devlieghere
2019-07-25
1
-1
/
+1
*
[FileCollector] Change coding style from LLDB to LLVM (NFC)
Jonas Devlieghere
2019-07-25
4
-11
/
+11
*
[Support] move FileCollector from LLDB to llvm/Support
Alex Lorenz
2019-07-24
5
-447
/
+13
*
[Symbol] Fix some botched logic in Variable::GetLanguage
Alex Langford
2019-07-24
1
-5
/
+5
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
190
-5934
/
+5364
*
[lldb] Configure debugserver_vers.c from CMake
Stefan Granitz
2019-07-24
2
-0
/
+4
*
[AIX][lit] Don't depend on psutil on AIX
David Tenty
2019-07-24
1
-6
/
+8
*
Fix @skipIfSanitized decorator
Pavel Labath
2019-07-24
1
-2
/
+4
*
[lldb] Fix build errors from tablegenify platform commit
Raphael Isemann
2019-07-24
2
-9
/
+9
*
[lldb][NFC] Tablegenify platform
Raphael Isemann
2019-07-24
2
-46
/
+112
*
Revert "Revert "[lldb] [Process/NetBSD] Fix constructor after r363707""
Michal Gorny
2019-07-24
1
-1
/
+1
*
[lldb] Remove Xcode project legacy
Stefan Granitz
2019-07-24
14
-1775
/
+0
*
[lldb] Fix enum value description
Jonas Devlieghere
2019-07-23
1
-1
/
+1
*
[lldb][test_suite] Update tests with unexpected pass on Android aarch64
Alex Langford
2019-07-23
14
-18
/
+37
*
[ExpressionParser] Handle llvm::Expected result
Jonas Devlieghere
2019-07-23
1
-2
/
+10
*
[ExpressionParser] Fix formatting and whitespace (NFC)
Jonas Devlieghere
2019-07-23
1
-32
/
+32
*
[lldb] Fix occasional hangs of VSCode testcases
Jan Kratochvil
2019-07-23
1
-7
/
+1
*
Revert "Revert "Add ReadCStringFromMemory for faster string reads""
Antonio Afonso
2019-07-23
5
-7
/
+136
*
Revert "Revert "Implement xfer:libraries-svr4:read packet""
Antonio Afonso
2019-07-23
16
-5
/
+366
*
[utils] Remove sync-source (with SVN)
Jonas Devlieghere
2019-07-23
7
-646
/
+0
*
[Utils] Add back utils directory
Jonas Devlieghere
2019-07-23
45
-0
/
+6808
*
[Utils] Remove legacy scripts
Jonas Devlieghere
2019-07-23
47
-6978
/
+0
*
[Logging] Fix format strings
Jonas Devlieghere
2019-07-23
2
-18
/
+16
*
[lldb][NFC] Tablegenify process
Raphael Isemann
2019-07-23
2
-25
/
+62
*
ProcessMachCore: Fix a -Wmisleading-indentation warning
Pavel Labath
2019-07-23
1
-36
/
+35
*
Fix windows build after r366791
Pavel Labath
2019-07-23
1
-1
/
+3
*
[lldb][NFC] Tablegenify source
Raphael Isemann
2019-07-23
2
-19
/
+46
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
17
-143
/
+127
*
[lldb][NFC] Tablegenify disassemble
Raphael Isemann
2019-07-23
2
-24
/
+41
*
[lldb][test_suite] Fix skipIfTargetAndroid decorator
Alex Langford
2019-07-23
1
-7
/
+3
*
[lldb][test_suite] skip tests of `libstdcpp` on Android and clean up
Alex Langford
2019-07-23
2
-19
/
+15
*
[Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.
Jonas Devlieghere
2019-07-22
6
-67
/
+35
*
Restore tests for lldb-server and lldb-vscode removed at rL366590
Antonio Afonso
2019-07-22
63
-0
/
+10564
*
Remove Xcode project remnants
Jonas Devlieghere
2019-07-22
2
-64
/
+0
*
Remove INSTALL.txt file
Jonas Devlieghere
2019-07-22
1
-18
/
+0
*
[Docs] Remove stale documentation
Jonas Devlieghere
2019-07-22
1
-21
/
+2
*
[LLDB] Remove the Xcode project
Jonas Devlieghere
2019-07-22
13
-12765
/
+0
*
[Symbol] Improve Variable::GetLanguage
Alex Langford
2019-07-22
2
-14
/
+14
*
[Windows] Fix race condition between state changes
Adrian McCarthy
2019-07-22
1
-11
/
+10
*
ELF: Fix a "memset clearing object of non-trivial type" warning
Pavel Labath
2019-07-22
2
-16
/
+3
*
[lldb][NFC] Tablegenify breakpoint
Raphael Isemann
2019-07-22
4
-139
/
+270
*
[lldb] Fix crash when looking up type coming from the ClangModuleDeclVendor
Raphael Isemann
2019-07-21
2
-1
/
+15
*
[NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDecl
Nathan Lanza
2019-07-21
3
-12
/
+16
*
[lldb] Fix buildbot build fail caused by r366645
Yuanfang Chen
2019-07-21
1
-2
/
+2
*
build: allow the user to specify `llvm-tblgen`
Saleem Abdulrasool
2019-07-20
1
-23
/
+27
[next]