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
/
source
/
Host
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
1
-2
/
+2
*
[lldb][NFC] Take a llvm::Triple in ClangASTContext constructor
Raphael Isemann
2020-01-07
1
-3
/
+3
*
[lldb] Fix ARM32 inferior calls
Jan Kratochvil
2019-12-21
1
-2
/
+2
*
[lldb] Make that we can call HostInfo::Initialize and HostInfo::Terminate mul...
Raphael Isemann
2019-12-20
1
-44
/
+41
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
5
-10
/
+10
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOS
Jonas Devlieghere
2019-12-12
1
-13
/
+13
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2
Jonas Devlieghere
2019-12-12
1
-29
/
+29
*
[lldb/Host] Use Host/Config.h for LibXML2 instead of a global define
Jonas Devlieghere
2019-12-11
1
-29
/
+30
*
[lldb] Add #include to appease the modules build
Vedant Kumar
2019-12-10
1
-0
/
+1
*
Fix a -Wsign-compare error around wchar_t vs unsigned int.
Eric Christopher
2019-12-10
1
-1
/
+1
*
[lldb/Editline] Fix a -Wreturn-type warning with gcc
Pavel Labath
2019-12-04
1
-0
/
+1
*
[EditLine] Fix RecallHistory to make it go in the right direction.
Jonas Devlieghere
2019-12-03
1
-25
/
+72
*
[-gmodules] Let LLDB log a warning if the Clang module hash mismatches.
Adrian Prantl
2019-11-15
1
-4
/
+15
*
[lldb][Editline] Support ctrl+left/right arrow word navigation.
Jordan Rupprecht
2019-11-14
1
-0
/
+9
*
[lldb] Fix more -Wdeprecated-copy warnings
Pavel Labath
2019-11-12
2
-10
/
+4
*
[LLDB][Python] fix another fflush issue on NetBSD
Lawrence D'Anna
2019-10-29
1
-1
/
+1
*
delete SWIG typemaps for FILE*
Lawrence D'Anna
2019-10-17
1
-14
/
+0
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-0
/
+2
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
1
-1
/
+13
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
3
-29
/
+41
*
File: Handle more cases in GetOptionsFromMode
Pavel Labath
2019-10-10
1
-9
/
+11
*
Simplify LZMA decoding by using ArrayRef::take_back
Konrad Kleine
2019-10-08
1
-6
/
+6
*
[lldb][ELF] Read symbols from .gnu_debugdata sect.
Konrad Kleine
2019-10-07
1
-0
/
+146
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
2
-107
/
+170
*
new api class: SBFile
Lawrence D'Anna
2019-10-03
1
-3
/
+22
*
File::Clear() -> File::TakeStreamAndClear()
Lawrence D'Anna
2019-10-01
1
-2
/
+5
*
refactor: move IOObject::m_should_close_fd into subclasses
Lawrence D'Anna
2019-09-27
2
-7
/
+8
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-15
/
+0
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
2
-30
/
+27
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
2
-4
/
+4
*
[Host] File::GetWaitableHandle() should call fileno()
Jonas Devlieghere
2019-09-23
1
-1
/
+1
*
[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...
Martin Storsjo
2019-09-23
1
-1
/
+1
*
[LLDB] Cast -1 (as invalid socket) to the socket type before comparing
Martin Storsjo
2019-09-21
1
-4
/
+4
*
[lldb][NFC] Make ArgEntry::quote private and provide a getter
Raphael Isemann
2019-09-13
1
-1
/
+1
*
[lldb] Fix log statement in Socket::Write
Raphael Isemann
2019-09-04
1
-1
/
+2
*
[lldb][NFC] Remove unused overload of File::Read
Raphael Isemann
2019-09-03
1
-44
/
+0
*
[lldb] Allow partial completions to fix directory completion.
Raphael Isemann
2019-08-27
1
-0
/
+6
*
Fix an unused variable warning in no-assert builds
Pavel Labath
2019-08-27
1
-0
/
+1
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-72
/
+83
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-19
/
+17
*
[lldb][NFC] Refactor remaining completion logic to use CompletionRequests
Raphael Isemann
2019-08-15
1
-3
/
+12
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
[CompletionRequest] Remove unimplemented members.
Jonas Devlieghere
2019-07-31
1
-2
/
+0
*
[Reproducers] Pass FileCollector around as a shared_ptr (NFC)
Jonas Devlieghere
2019-07-29
1
-1
/
+1
*
[FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)
Jonas Devlieghere
2019-07-25
1
-2
/
+2
*
[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
1
-2
/
+2
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
8
-89
/
+78
*
Revert "Revert "Add ReadCStringFromMemory for faster string reads""
Antonio Afonso
2019-07-23
1
-0
/
+54
*
Options: Reduce code duplication
Pavel Labath
2019-07-10
1
-3
/
+5
[next]