commit | 61830fcb31d9b66c7af76eefc152b66a170fb49c | [log] [tgz] |
---|---|---|
author | Gregory Anders <greg@gpanders.com> | Fri Sep 01 16:02:19 2023 -0500 |
committer | Tom Tromey <tromey@adacore.com> | Wed Sep 20 10:59:43 2023 -0600 |
tree | cb5e2487dfce76343cc395dc899e5e9e42955fed | |
parent | d2266b2305c18538eddeb22fd89496910c8c4377 [diff] |
gdb/dap: use breakpoint fullname to resolve source If the breakpoint has a fullname, use that as the source path when resolving the breakpoint source information. This is consistent with other callers of make_source which also use "fullname" if it exists (see e.g. DAPFrameDecorator which returns the symtab's fullname). Approved-By: Tom Tromey <tom@tromey.com>