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
*
Increase qHostInfo packet timeout
Pavel Labath
2018-08-31
1
-0
/
+3
*
Move Predicate.h from Host to Utility
Raphael Isemann
2018-08-30
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
5
-7
/
+7
*
[ProcessGDBRemote] handle result from ConnectToDebugserver
Jonas Devlieghere
2018-07-25
1
-1
/
+1
*
Remove incorrect thread-pc-values clearing
Jason Molenda
2018-07-12
1
-1
/
+0
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
1
-3
/
+4
*
[windows] LLDB shows the wrong values when register read is executed at a fra...
Stella Stamenova
2018-07-10
1
-5
/
+5
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
1
-1
/
+1
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
2
-3
/
+3
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
5
-49
/
+18
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
4
-7
/
+14
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
3
-9
/
+10
*
Modernize and clean-up the Predicate class
Pavel Labath
2018-05-09
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
9
-672
/
+538
*
Report more precise error message when attach fails
Pavel Labath
2018-04-18
1
-5
/
+3
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
4
-4
/
+4
*
Re-land "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-13
1
-4
/
+3
*
Revert "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-12
1
-3
/
+4
*
Don't assume backing thread shares protocol ID.
Jonas Devlieghere
2018-04-12
1
-4
/
+3
*
llgs: Send "rich" errors in response to vAttach packets
Pavel Labath
2018-04-11
2
-4
/
+4
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
2
-4
/
+5
*
Fix windows build after r329296
Pavel Labath
2018-04-05
2
-0
/
+2
*
gdb-remote: Fix checksum verification for messages with escape chars
Pavel Labath
2018-03-28
1
-1
/
+2
*
Move StringExtractorGDBRemote.h to the include folder
Pavel Labath
2018-03-20
9
-9
/
+9
*
Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...
Pavel Labath
2018-03-20
4
-9
/
+339
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
4
-335
/
+9
*
[lldb] Use vFlash commands when writing to target's flash memory regions
Pavel Labath
2018-02-27
4
-9
/
+335
*
[Utility] Simplify and generalize the CleanUp helper, NFC
Vedant Kumar
2018-02-23
1
-18
/
+13
*
Fix the cputype comparison in GDBRemoteCommunicationServerCommon::Handle_qHos...
Jason Molenda
2018-02-05
1
-1
/
+5
*
When parsing the target.xml register file, if no architecture has
Jason Molenda
2018-01-12
1
-0
/
+13
*
Handle O reply packets during qRcmd
Pavel Labath
2018-01-10
5
-3
/
+55
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
5
-18
/
+14
*
Fix a couple of warnings (NFC)
Adrian Prantl
2017-12-19
1
-0
/
+1
*
Fix regression in jModulesInfo packet handling
Pavel Labath
2017-12-18
1
-1
/
+3
*
llgs: Propagate the environment when launching the inferior from command line
Pavel Labath
2017-12-18
2
-41
/
+3
*
NPL: Clean up handling of inferior exit
Pavel Labath
2017-12-18
1
-0
/
+1
*
Remove stderr message from GDBRemoteCommunicationServerLLGS
Pavel Labath
2017-12-14
1
-7
/
+2
*
Move PseudoTerminal to the lldb_private namespace
Pavel Labath
2017-12-11
1
-3
/
+2
*
Remove no-op function pointer null checks, NFC
Vedant Kumar
2017-12-06
2
-20
/
+7
*
Remove unused variable.
Tatyana Krasnukha
2017-11-22
1
-1
/
+1
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
4
-8
/
+2
*
Clean up NativeRegisterContext
Pavel Labath
2017-11-10
1
-111
/
+70
*
llgs-tests: Replace the "log+return false" pattern with llvm::Error
Pavel Labath
2017-11-09
2
-0
/
+46
*
Simplify NativeProcessProtocol::GetArchitecture/GetByteOrder
Pavel Labath
2017-11-09
1
-12
/
+3
*
Remove ProcessGdbRemote::m_flags
Pavel Labath
2017-11-03
2
-7
/
+1
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-4
/
+3
*
Add specific ppc64le hardware watchpoint handler
Pavel Labath
2017-10-27
1
-9
/
+12
*
Fix a use-after-free in lldb-server
Pavel Labath
2017-10-27
1
-2
/
+3
*
Remove shared_pointer from NativeThreadProtocol
Pavel Labath
2017-10-17
2
-69
/
+61
[next]