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
/
Plugins
/
Process
/
gdb-remote
/
GDBRemoteCommunicationServerCommon.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-2
/
+2
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-0
/
+2
*
[android/process list] support showing process arguments
Walter Erquinigo
2019-10-16
1
-0
/
+9
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
1
-2
/
+6
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-3
/
+3
*
[JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerCo...
Jonas Devlieghere
2019-10-02
1
-20
/
+17
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-5
/
+14
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
1
-3
/
+3
*
[Reproducer] Move GDB Remote Packet into Utility. (NFC)
Jonas Devlieghere
2019-09-13
1
-1
/
+1
*
Upstream macCatalyst support in debugserver and the macOS dynamic loader
Adrian Prantl
2019-09-04
1
-0
/
+9
*
Really fix the type mismatch error in GDBRemoteCommunicationServerCommon
Pavel Labath
2019-08-26
1
-2
/
+2
*
Fix a type mismatch error in GDBRemoteCommunicationServerCommon
Pavel Labath
2019-08-26
1
-1
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-7
/
+4
*
Revert "Revert "Implement xfer:libraries-svr4:read packet""
Antonio Afonso
2019-07-23
1
-0
/
+1
*
Revert "Implement xfer:libraries-svr4:read packet"
Pavel Labath
2019-07-01
1
-1
/
+0
*
Implement xfer:libraries-svr4:read packet
Antonio Afonso
2019-06-18
1
-0
/
+1
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-5
/
+1
*
gdb-remote: reduce some inclusion of Target/Process.h
Saleem Abdulrasool
2019-05-02
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Refactor user/group name resolving code
Pavel Labath
2019-03-04
1
-6
/
+6
*
Have Stream::PutCStringAsRawHex8 take llvm::StringRef
Pavel Labath
2019-02-12
1
-16
/
+16
*
[lldb-server] Improve support on Windows
Aaron Smith
2019-02-07
1
-33
/
+28
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[File] Remove static method to get permissions.
Jonas Devlieghere
2018-11-01
1
-4
/
+4
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-13
/
+26
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
1
-1
/
+1
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-13
/
+4
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-2
/
+4
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-4
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-19
/
+19
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-2
/
+2
*
Move StringExtractorGDBRemote.h to the include folder
Pavel Labath
2018-03-20
1
-1
/
+1
*
Fix the cputype comparison in GDBRemoteCommunicationServerCommon::Handle_qHos...
Jason Molenda
2018-02-05
1
-1
/
+5
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-3
/
+2
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-4
/
+3
*
Add a NativeProcessProtocol Factory class
Pavel Labath
2017-07-07
1
-7
/
+2
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-4
/
+5
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-8
/
+8
*
Fix warnings from clang build on macOS.
Bruce Mitchener
2017-03-23
1
-1
/
+0
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+0
*
Enable AUXV and QPassSignals in gdb-remote for NetBSD
Kamil Rytarowski
2017-03-21
1
-1
/
+1
*
Resubmit r298334 after fixing OSX build errors.
Zachary Turner
2017-03-21
1
-7
/
+8
*
Revert r298334 until Zachary has a chance to fix the buildbot failure
Jason Molenda
2017-03-21
1
-8
/
+7
*
Delete various lldb FileSystem functions.
Zachary Turner
2017-03-21
1
-7
/
+8
*
Delete LLDB's MD5 code. Use LLVM instead.
Zachary Turner
2017-03-20
1
-7
/
+7
*
Remove FileSystem::Get/SetFilePermissions
Zachary Turner
2017-03-19
1
-2
/
+3
*
Remove FileSystem::MakeDirectory.
Zachary Turner
2017-03-19
1
-1
/
+1
[next]