forked from qt-creator/qt-creator
Debugger[CDB]: Reduce roundtrips when stepping.
Report threads and frames along with stopped notification. Change special logic for step into and switching threads on interrupt accordingly.
This commit is contained in:
@@ -186,6 +186,6 @@ std::wstring dataToHexW(const unsigned char *begin, const unsigned char *end);
|
||||
std::wstring dataToReadableHexW(const unsigned char *begin, const unsigned char *end);
|
||||
|
||||
// Format a map as a GDBMI hash {key="value",..}
|
||||
void formatGdbmiHash(std::ostream &os, const std::map<std::string, std::string> &);
|
||||
void formatGdbmiHash(std::ostream &os, const std::map<std::string, std::string> &, bool closeHash = true);
|
||||
|
||||
#endif // SPLIT_H
|
||||
|
||||
Reference in New Issue
Block a user