Start creating a debugger API

- The debugger callbacks are implemented as class
- Using std::vector for storing data

Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg 2021-11-29 11:16:52 +00:00 committed by Hyukwoo Park
commit a481cd6dd8
15 changed files with 281 additions and 73 deletions

View file

@ -972,7 +972,7 @@ int main(int argc, char* argv[])
continue;
}
if (strcmp(argv[i], "--start-debug-server") == 0) {
context->initDebugger(nullptr);
context->initDebuggerRemote(nullptr);
continue;
}
if (strcmp(argv[i], "--debugger-wait-source") == 0) {