commit | 13bd1a9175962980a3b0f1c0598698858c72fc04 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Jul 27 14:27:05 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Aug 01 13:14:47 2023 -0600 |
tree | fc16ba7ac0ddfdbb9cace50ce688824249ab0021 | |
parent | 4b6521cf69f45050f857edeb592bc46ea198041d [diff] |
Implement DAP "source" request This implements the DAP "source" request. I renamed the "loadedSources" function from "sources" to "loaded_sources" to avoid any confusion. I also moved the loadedSources test to the new sources.exp. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30691