Files
binutils-gdb/gdb/python
oltolm b33b677bea gdb/dap: fix decode_source
The documentation for the Source interface says

   * The path of the source to be shown in the UI.
   * It is only used to locate and load the content of the source if no
   * `sourceReference` is specified (or its value is 0).

but the code used `path` first. I fixed it to use `sourceReference` first.

Approved-By: Tom Tromey <tom@tromey.com>
2025-05-12 11:47:31 -06:00
..
2025-05-12 11:47:31 -06:00
2025-04-08 10:54:39 -06:00
2025-04-17 09:25:55 -06:00
2024-04-02 11:21:39 -06:00