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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb-server] Prefer target_include_directories
Alex Langford
2020-01-13
1
-2
/
+1
*
[lldb-server] Remove dead CMake code
Alex Langford
2020-01-13
1
-24
/
+0
*
Save more descriptive error msg from FBS/BKS, relay it up to lldb.
Jason Molenda
2020-01-08
1
-20
/
+26
*
Rewrite comment about what watchpoints Aarch64 supports.
Jason Molenda
2020-01-07
1
-21
/
+29
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
3
-29
/
+31
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-4
/
+2
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
1
-2
/
+2
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-2
/
+3
*
The field ‘totalFrames’ which is total number of frames available, is man...
Serhiy Redko
2019-12-09
1
-0
/
+2
*
Upstream debugserver arm64e support.
Jason Molenda
2019-12-04
3
-4
/
+117
*
[lldb/Reproducer] Add version check
Jonas Devlieghere
2019-12-03
2
-1
/
+5
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
1
-2
/
+4
*
[lldb] fix a -Wcast-qual warning
Pavel Labath
2019-11-26
1
-1
/
+1
*
Register Objective-C property accessors with their property decls.
Adrian Prantl
2019-11-22
1
-1
/
+1
*
[Driver] Fix newline at the end of help output
Jonas Devlieghere
2019-11-21
1
-3
/
+2
*
[Reproducer] Instruct users to replay reproducer
Jonas Devlieghere
2019-11-21
1
-4
/
+12
*
[Docs] Generate the LLDB man page with Sphinx
Jonas Devlieghere
2019-11-21
1
-1
/
+3
*
[Driver] Fix missing space in lldb --help output.
Jonas Devlieghere
2019-11-20
1
-1
/
+1
*
[Reproducer] Generate LLDB reproducer on crash
Jonas Devlieghere
2019-11-20
1
-0
/
+17
*
[debugserver] Set arch based on TARGET_TRIPLE
Vedant Kumar
2019-11-20
1
-4
/
+4
*
[LLDB] Fix formatting in the driver (NFC)
Jonas Devlieghere
2019-11-19
1
-2
/
+1
*
[Signal] Allow llvm clients to opt into one-shot SIGPIPE handling
Vedant Kumar
2019-11-18
2
-21
/
+2
*
[lldb] Fix JSON parser to allow empty arrays
Alex Cameron
2019-11-18
2
-2
/
+12
*
[lldb-vscode] support the completion request
Walter Erquinigo
2019-11-15
1
-1
/
+148
*
[CMake] Configure the Info.plist so it contains a real version number.
Jonas Devlieghere
2019-11-15
4
-3
/
+17
*
[LLDB] Don't install the pretty stack trace handler twice.
Jonas Devlieghere
2019-11-13
1
-7
/
+3
*
[LLDB] Fix a bunch of -Wdocumentation warnings
Jonas Devlieghere
2019-11-13
1
-2
/
+2
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
1
-1
/
+1
*
[lldb] Record framework build path and use it everywhere
Haibo Huang
2019-11-06
3
-6
/
+3
*
DebugServer: be more lenient about the target triple
Saleem Abdulrasool
2019-10-30
1
-1
/
+5
*
lldb-vscode: Add a forgotten cast to void
Pavel Labath
2019-10-30
1
-0
/
+1
*
[lldb-vscod] fix build with NDEBUG on windows
SquallATF
2019-10-30
1
-3
/
+4
*
build: workaround stale caches (NFC)
Saleem Abdulrasool
2019-10-29
1
-1
/
+1
*
[debugserver] Detect arch from LLVM_DEFAULT_TARGET_TRIPLE
Vedant Kumar
2019-10-28
1
-3
/
+17
*
[Driver] Force llvm to install its handlers before lldb's
Vedant Kumar
2019-10-25
1
-0
/
+19
*
Revert "Disable exit-on-SIGPIPE in lldb"
Vedant Kumar
2019-10-24
1
-10
/
+0
*
Disable exit-on-SIGPIPE in lldb
Vedant Kumar
2019-10-18
1
-0
/
+10
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-2
/
+4
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
2
-2
/
+3
*
[lldb-test] Modify lldb-test to print out ASTs from symbol file
Shafik Yaghmour
2019-10-11
1
-3
/
+43
*
[LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of argum...
Martin Storsjo
2019-10-11
1
-0
/
+2
*
[LLDB] [Driver] Use llvm::InitLLVM to do unicode argument conversion on Windows
Martin Storsjo
2019-10-11
1
-17
/
+3
*
[lldb-test] Remove unused header
Alex Langford
2019-10-10
1
-1
/
+0
*
Change debugserver to use the brk #0 for breakpoints.
Jason Molenda
2019-10-10
1
-3
/
+1
*
SBFile support in SBCommandReturnObject
Lawrence D'Anna
2019-10-09
1
-6
/
+7
*
[debugserver] Include the correct header.
Davide Italiano
2019-10-07
1
-1
/
+1
*
[debugserver] Don't link against Cocoa, it's not needed.
Davide Italiano
2019-10-04
1
-2
/
+0
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
1
-1
/
+1
*
[lldb] Fix that 'ninja clean' breaks the build by deleting debugserver_vers.c
Raphael Isemann
2019-10-04
1
-1
/
+0
*
[JSON] Use LLVM's library for argdumper
Jonas Devlieghere
2019-10-01
2
-19
/
+7
[next]