diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:70b/reasoning/runtime/2590')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:70b/reasoning/runtime/2590 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:70b/reasoning/runtime/2590 b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/runtime/2590 new file mode 100644 index 000000000..14e00b384 --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/runtime/2590 @@ -0,0 +1,5 @@ +The issue described revolves around GDB's inability to load symbols from dynamically linked shared libraries when connected to a QEMU debug server. This specifically impacts breakpoints in functions like `printf` that are part of these shared libraries. The problem does not occur with native gdbserver, suggesting it's related to how QEMU handles the debugging process. + +This falls under **runtime** because it pertains to the execution environment and how GDB interacts with QEMU during runtime, rather than specific instructions or system calls. + +runtime \ No newline at end of file |