Skip to content

WIP: ProcessStack and read-in of VARIABLE_STRING via gdb api

Simon Sobisch requested to merge ssobisch/cbl-gdb:patch-28 into version428
  • fixing #58 (closed): remove parsing of stack and frame via GDB user-output (which will be broken if any frame-filters are active)
  • source-name suffix for VARIABLE_STRING read in from cob_module->module_source (this is what cobcd has seen, a later rename could otherwise break it - and we don't need to parse the frames)
  • included suggested variant for using the program_id for the suffix instead
  • VARIABLE_STRING read in by gdb api (single invocation instead of parsing and concatenating memory dumps)

replaces !86 (closed); WIP as it does not pass all tests

Edited by Simon Sobisch

Merge request reports