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
/
GDBRemoteRegisterContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-21
/
+30
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-18
/
+19
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Promote more debug-only assertions to regular assertions.
Adrian Prantl
2019-03-07
1
-4
/
+0
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+4
*
Add a warning to GDBRemoteRegisterContext (if packet logging enabled)
Jason Molenda
2019-02-06
1
-0
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-2
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-82
/
+56
*
Move StringExtractorGDBRemote.h to the include folder
Pavel Labath
2018-03-20
1
-1
/
+1
*
Remove unused variable.
Tatyana Krasnukha
2017-11-22
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-1
/
+0
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-766
/
+731
*
Revert "gdb-remote: Make the sequence mutex non-recursive"
Pavel Labath
2016-08-30
1
-38
/
+28
*
gdb-remote: Make the sequence mutex non-recursive
Pavel Labath
2016-08-25
1
-28
/
+38
*
Fix 32-bit builds after r279232
Pavel Labath
2016-08-19
1
-2
/
+3
*
Remove the last manually constructed packet from gdb-remote register context ...
Pavel Labath
2016-08-19
1
-97
/
+45
*
Move QSyncThreadState packet generation to the gdb-remote client
Pavel Labath
2016-08-18
1
-23
/
+2
*
Remove manual packet construction from GDBRemoteRegisterContext::SetPrimordia...
Pavel Labath
2016-08-17
1
-18
/
+5
*
Move packet construction from GDBRemoteRegisterContext go the communication c...
Pavel Labath
2016-08-17
1
-269
/
+157
*
Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-08-09
1
-12
/
+6
*
Fix uninitialized field warnings in GDBRemoteRegisterContext
Pavel Labath
2016-08-08
1
-109
/
+111
*
[LLVM][MIPS] Fix FPU Size Based on Dynamic FR.
Nitesh Jain
2016-08-01
1
-1
/
+9
*
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-07-29
1
-6
/
+12
*
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
Pavel Labath
2016-07-29
1
-12
/
+6
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-6
/
+6
*
Use Process Plugin register indices when communicating with remote
Francis Ricci
2016-04-25
1
-7
/
+8
*
The lldb side changes to go along with r255711 where a new
Jason Molenda
2015-12-18
1
-0
/
+46
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-9
/
+9
*
Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool
2015-10-18
1
-1
/
+2
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-110
/
+110
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-2
/
+2
*
Convert the ScriptInterpreter system to a plugin-based one.
Zachary Turner
2015-07-30
1
-3
/
+0
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-5
/
+6
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-5
/
+6
*
Add debug asserts / sanity checks to
Jason Molenda
2014-07-24
1
-0
/
+19
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
*
Start converting usages of off_t to other types.
Zachary Turner
2014-07-02
1
-7
/
+7
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
1
-1
/
+1
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-4
/
+4
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-4
/
+4
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-64
/
+239
*
Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...
Greg Clayton
2013-12-06
1
-6
/
+6
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
1
-88
/
+87
*
Fix python-free build.
Joerg Sonnenberger
2013-10-20
1
-0
/
+2
[next]