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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
3
-9
/
+8
*
[lldb][NFC] Take a llvm::Triple in ClangASTContext constructor
Raphael Isemann
2020-01-07
1
-3
/
+3
*
[lldb/CMake] Fix variable naming in FindLibEdit
Jonas Devlieghere
2020-01-02
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
6
-12
/
+12
*
[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/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
1
-4
/
+4
*
[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] Fix macOS build by replacing nullptr with FileSpec()
Raphael Isemann
2019-12-04
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
*
Rename posix/FileSystem.cpp to FileSystemPosix.cpp
Adrian Prantl
2019-11-15
2
-1
/
+1
*
[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
*
Fix typeo in CPU_TYPE_ARM64_32 for older SDKs.
Jason Molenda
2019-10-31
1
-1
/
+1
*
[LLDB][Python] fix another fflush issue on NetBSD
Lawrence D'Anna
2019-10-29
1
-1
/
+1
*
[lldb] [Host/netbsd] Set Arg0 for 'platform process list -v'
Michał Górny
2019-10-25
1
-0
/
+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
3
-1
/
+19
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
1
-1
/
+13
*
[lldb-server/android] Show more processes by relaxing some checks
Walter Erquinigo
2019-10-15
1
-34
/
+45
*
Revert "fix"
Walter Erquinigo
2019-10-14
1
-45
/
+34
*
fix
Walter Erquinigo
2019-10-14
1
-34
/
+45
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
3
-29
/
+41
*
ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...
Pavel Labath
2019-10-11
1
-8
/
+10
*
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
*
Revert "[lldb-server/android] Show more processes and package name when neces...
Pavel Labath
2019-10-08
1
-45
/
+34
*
[lldb][ELF] Read symbols from .gnu_debugdata sect.
Konrad Kleine
2019-10-07
2
-0
/
+150
*
[Host] Return status directly from RunShellCommand
Jonas Devlieghere
2019-10-04
2
-8
/
+4
*
[Host] Don't discard return value from RunShellCommand
Jonas Devlieghere
2019-10-04
2
-5
/
+16
*
[process info] Remove assert in DoGetGroupName
Walter Erquinigo
2019-10-04
1
-3
/
+1
*
[lldb-server/android] Show more processes and package name when necessary
Walter Erquinigo
2019-10-04
1
-34
/
+45
*
[Host] Return the user's shell from GetDefaultShell
Jonas Devlieghere
2019-10-03
1
-9
/
+25
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
3
-113
/
+176
*
new api class: SBFile
Lawrence D'Anna
2019-10-03
1
-3
/
+22
*
[ARM64] XPC services are unsupported on device.
Davide Italiano
2019-10-02
1
-2
/
+2
*
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
3
-33
/
+32
*
Revert r372788 "Host: use the platform identifiers from LLVM (NFC)"
Hans Wennborg
2019-09-25
1
-5
/
+4
*
Host: use the platform identifiers from LLVM (NFC)
Saleem Abdulrasool
2019-09-24
1
-4
/
+5
*
[LLDB] [Windows] Map COFF ARM machine ids to the right triple architectures
Martin Storsjo
2019-09-23
1
-0
/
+4
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
3
-10
/
+12
[next]