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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't ever reduce the timeout of a packet, only increase it.
Greg Clayton
2017-04-17
2
-3
/
+15
*
Increase the packet timeout for the jModulesInfo since it can take longer tha...
Greg Clayton
2017-04-14
1
-0
/
+3
*
Verify memory address range validity in GDBRemoteCommunicationClient
Stephane Sezer
2017-03-31
1
-7
/
+12
*
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
4
-4
/
+0
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
2
-2
/
+2
*
Reuse appropriate Launch and Attach on NetBSD
Kamil Rytarowski
2017-03-22
1
-0
/
+4
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Enable AUXV and QPassSignals in gdb-remote for NetBSD
Kamil Rytarowski
2017-03-21
2
-2
/
+2
*
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 GetAuxvData from Host to relevant process plugins
Pavel Labath
2017-03-17
3
-41
/
+28
*
Make LLDB skip server-client roundtrip for signals that don't require any act...
Eugene Zemtsov
2017-03-07
4
-1
/
+80
*
Remove dependency from FileSpec to ArchSpec.
Zachary Turner
2017-03-06
1
-3
/
+4
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
4
-4
/
+4
*
Delete LLDB's code for getting / setting thread name.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
5
-6
/
+6
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
6
-6
/
+6
*
Fix various warnings. NFC
Zachary Turner
2017-03-02
2
-7
/
+6
*
Hardware breakpoints for Linux on Arm/AArch64 targets
Omair Javaid
2017-02-24
1
-3
/
+11
*
Implement QPassSignals GDB package in lldb-server
Pavel Labath
2017-02-24
3
-0
/
+40
*
Ensure lldb-server waits for child debug servers to start up when passing the...
Howard Hellyer
2017-02-23
1
-7
/
+16
*
Fix a couple of corner cases in NameMatches
Pavel Labath
2017-02-20
2
-16
/
+15
*
Switch GDBRemoteLog to the new registration mechanism
Pavel Labath
2017-02-17
3
-213
/
+32
*
Fix compiler warnings for missing switch cases in lldb.
Pavel Labath
2017-02-17
1
-0
/
+5
*
Finish breaking the dependency from Utility.
Zachary Turner
2017-02-16
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
2
-2
/
+2
*
UriParser cleanup
Pavel Labath
2017-02-10
2
-2
/
+2
*
Switch TestPacketSpeedJSON to use the llvm chrono formatter
Pavel Labath
2017-02-10
1
-25
/
+18
*
Add a format_provider for the Timeout class
Pavel Labath
2017-02-10
1
-3
/
+2
*
Convert Log class to llvm streams
Pavel Labath
2017-02-10
2
-6
/
+6
*
Remove the verbose category in the gdb-remote channel
Pavel Labath
2017-02-06
4
-26
/
+12
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
3
-6
/
+10
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
10
-13
/
+13
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-1
/
+0
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+15
*
Replace chdir() usage with the llvm equivalent.
Pavel Labath
2017-01-25
1
-6
/
+2
*
Fix a bug where lldb does not respect the packet size.
Hafiz Abid Qadeer
2017-01-24
1
-5
/
+25
*
Prefer lzfse if it is an available compression method (this was
Jason Molenda
2017-01-24
1
-3
/
+3
*
Replace getcwd with the llvm equivalent
Pavel Labath
2017-01-23
1
-4
/
+4
*
Prevent client from querying each thread's PC at each stop.
Pavel Labath
2017-01-20
3
-33
/
+71
*
Avoid unused variable warning when assert is disabled.
Hafiz Abid Qadeer
2017-01-19
1
-2
/
+2
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-4
/
+1
*
Fix jModulesInfo handling for cross-path syntax debugging
Pavel Labath
2017-01-05
1
-1
/
+1
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
1
-4
/
+2
*
Introduce chrono to the Communication class
Pavel Labath
2016-11-25
3
-31
/
+3
[next]