GDBRemoteCommunicationClient::GetModuleInfo sends the $qModuleInfo but only returns a fail condition and exits when it receives an error response. An unsupported response will still cause it to process the response as a valid packet. This patch will cause the GetModuleInfo function to exit and return fail if its unsupported.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM