Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lldb/trunk/source/Plugins/Platform/gdb-server/
-
trunk/
-
source/
-
Plugins/
-
Platform/
-
gdb-server/
-
PlatformRemoteGDBServer.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D7970
Advertise 32 bit support for PlatformRemoteGDBServer on 64 bit systems.
Closed
Public
Authored by
chaoren
on Feb 27 2015, 10:57 PM.
Download Raw Diff
Details
Reviewers
vharron
zturner
clayborg
Commits
rG451dd50673f3: Advertise 32 bit support for PlatformRemoteGDBServer on 64 bit systems.
rLLDB230906: Advertise 32 bit support for PlatformRemoteGDBServer on 64 bit systems.
rL230906: Advertise 32 bit support for PlatformRemoteGDBServer on 64 bit systems.
Diff Detail
Repository
rL LLVM
Event Timeline
chaoren
updated this revision to
Diff 20927
.
Feb 27 2015, 10:57 PM
chaoren
retitled this revision from
to
Advertise 32 bit support for PlatformRemoteGDBServer on 64 bit systems.
.
chaoren
updated this object.
chaoren
edited the test plan for this revision.
(Show Details)
chaoren
added reviewers:
vharron
,
clayborg
,
zturner
.
chaoren
added a subscriber:
Unknown Object (MLST)
.
chaoren
updated this revision to
Diff 20929
.
Feb 28 2015, 1:36 AM
Comment Actions
Add some error checking.
vharron
accepted this revision.
Mar 1 2015, 12:35 AM
vharron
edited edge metadata.
This revision is now accepted and ready to land.
Mar 1 2015, 12:35 AM
Closed by commit
rL230906: Advertise 32 bit support for PlatformRemoteGDBServer on 64 bit systems.
(authored by
chaoren
).
·
Explain Why
Mar 1 2015, 12:50 PM
This revision was automatically updated to reflect the committed changes.
clayborg
edited edge metadata.
Mar 2 2015, 10:30 AM
Comment Actions
Looks good.