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
*
[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
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Implement QPassSignals GDB package in lldb-server
Pavel Labath
2017-02-24
1
-0
/
+1
*
Fix a couple of corner cases in NameMatches
Pavel Labath
2017-02-20
1
-9
/
+8
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-10
/
+7
*
[LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABI
Nitesh Jain
2016-10-12
1
-7
/
+6
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-4
/
+4
*
gdb-remote: Add jModulesInfo packet
Pavel Labath
2016-09-08
1
-14
/
+85
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1042
/
+988
[next]