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
...
*
[NFC] Move dumping into GDBRemotePacket
Jonas Devlieghere
2019-09-16
1
-5
/
+2
*
[Reproducer] Move GDB Remote Packet into Utility. (NFC)
Jonas Devlieghere
2019-09-13
10
-153
/
+34
*
[Reproducer] Move GDB Remote Provider into Reproducer (NFC)
Jonas Devlieghere
2019-09-11
1
-42
/
+4
*
[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`
Jonas Devlieghere
2019-09-10
1
-4
/
+4
*
[Reproducer] Disconnect when the replay server is out of packets.
Jonas Devlieghere
2019-09-09
1
-3
/
+3
*
Upstream macCatalyst support in debugserver and the macOS dynamic loader
Adrian Prantl
2019-09-04
5
-2
/
+43
*
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
*
[NFC] Return llvm::StringRef from StringExtractor::GetStringRef.
Jonas Devlieghere
2019-08-21
6
-37
/
+32
*
[lldb] D66174 `RegularExpression` cleanup
Jan Kratochvil
2019-08-20
1
-2
/
+3
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Enable lldb-server on Windows
Aaron Smith
2019-08-13
2
-0
/
+7
*
[lldb] Fix HAVE_LIBCOMPRESSION
Haibo Huang
2019-08-08
2
-4
/
+2
*
Remove usage of usleep in generic code
Pavel Labath
2019-08-05
2
-6
/
+7
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-2
/
+2
*
[GDBRemote] Reflow comments and improve docs.
Jonas Devlieghere
2019-07-31
1
-31
/
+35
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
3
-6
/
+6
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-14
/
+12
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
3
-32
/
+34
*
Correctly use GetLoadedModuleList to take advantage of libraries-svr4
Antonio Afonso
2019-07-25
2
-38
/
+48
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
11
-774
/
+719
*
Revert "Revert "Implement xfer:libraries-svr4:read packet""
Antonio Afonso
2019-07-23
3
-0
/
+46
*
Change LaunchThread interface to return an expected.
Jonas Devlieghere
2019-07-05
3
-21
/
+35
*
Add plugin.process.gdb-remote.use-libraries-svr4 option
Antonio Afonso
2019-07-03
1
-7
/
+36
*
[Reproducer] Assert on unexpected packet
Jonas Devlieghere
2019-07-01
1
-0
/
+1
*
Revert "Implement xfer:libraries-svr4:read packet"
Pavel Labath
2019-07-01
3
-46
/
+0
*
Revert "[GDBRemote] Remove code that flushes GDB remote packets"
Jonas Devlieghere
2019-06-30
1
-0
/
+7
*
[GDBRemote] Remove code that flushes GDB remote packets
Jonas Devlieghere
2019-06-28
1
-7
/
+0
*
Make sure the thread list is updated before you set the stop reason
Jim Ingham
2019-06-28
1
-7
/
+10
*
[Reproducers] Fix flakiness and off-by-one during replay.
Jonas Devlieghere
2019-06-27
1
-6
/
+25
*
Support nested target.xml register definition files, lack of reg group markers.
Jason Molenda
2019-06-26
2
-60
/
+88
*
Implement xfer:libraries-svr4:read packet
Antonio Afonso
2019-06-18
3
-0
/
+46
*
[Reproducers] Simplify providers with nested Info struct (NFC)
Jonas Devlieghere
2019-06-12
1
-11
/
+8
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
2
-3
/
+3
*
Create a generic handler for Xfer packets
Antonio Afonso
2019-06-10
4
-63
/
+106
*
Make ConnectionFileDescription work with all sockets
Antonio Afonso
2019-05-30
1
-12
/
+11
*
[lldb-server] Support 'g' packets
Pavel Labath
2019-05-30
2
-0
/
+60
*
[gdb-remote] Fix more issues with thread_result_t
Jonas Devlieghere
2019-05-23
2
-4
/
+4
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
5
-80
/
+82
*
Simplify Triple::ppc64{,le} checks with Triple::isPPC64()
Fangrui Song
2019-05-16
1
-5
/
+5
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
2
-14
/
+4
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-2
/
+2
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-8
/
+8
*
gdb-remote: fix the build on Windows
Saleem Abdulrasool
2019-05-02
1
-0
/
+3
*
gdb-remote: reduce some inclusion of Target/Process.h
Saleem Abdulrasool
2019-05-02
7
-7
/
+7
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
14
-114
/
+0
*
Experiment with a larger packet timeout.
Adrian Prantl
2019-04-08
1
-2
/
+2
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
1
-1
/
+7
*
Avoid macro redefinition error if HAVE_LIBCOMPRESSION
Jason Molenda
2019-04-03
1
-0
/
+2
[prev]
[next]