this also gets rid of a compiler warning in release builds by using a dynamically allocated
buffer. Therefore, a size assertion is not necessary (and probably should have been an error in
the first place).
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D7751
Factor out common URL handling code in PlatformRemoteGDBServer ClosedPublic Authored by labath on Feb 19 2015, 4:27 AM.
Details Summary this also gets rid of a compiler warning in release builds by using a dynamically allocated
Diff Detail Event TimelineThis revision is now accepted and ready to land.Feb 19 2015, 9:31 AM Closed by commit rL229878: Factor out common URL handling code in PlatformRemoteGDBServer (authored by labath). · Explain WhyFeb 19 2015, 10:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 20278 source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
|
s/MakeConnectUrl/MakeGdbServerUrl/g