Merged
Conversation
Save mapping when doing "load" command resolve filename in "backtrace" command
Collaborator
Author
|
I should add a test case for this. |
Co-authored-by: Joachim Ansorg <github@ja-dev.eu>
Co-authored-by: Joachim Ansorg <github@ja-dev.eu>
Co-authored-by: Joachim Ansorg <github@ja-dev.eu>
Co-authored-by: Joachim Ansorg <github@ja-dev.eu>
Co-authored-by: Joachim Ansorg <github@ja-dev.eu>
Co-authored-by: Joachim Ansorg <github@ja-dev.eu>
Collaborator
Author
Good to hear! Thanks for the confirmation.
I appreciate the corrections. Let's get this as good as we can. |
jansorg
added a commit
that referenced
this pull request
Dec 27, 2024
jansorg
added a commit
that referenced
this pull request
Dec 30, 2024
rocky
added a commit
that referenced
this pull request
Dec 30, 2024
* Make -S --style option work... And bump copyright * Resolve filenames in `backtrace` command (#54) * Resolve file paths in "backtrace" * Save mapping when doing the "load" command; resolve the filename in the "backtrace" command * Add a test for the "load" command --------- Co-authored-by: Joachim Ansorg <github@ja-dev.eu> * Save more file information from initial call... In particular, resolve the initial source directory and store that as _Dbg_init_dir. Resolve the name of main bash program and add that to canonicalized filenames. * Update bashdb.in Co-authored-by: Joachim Ansorg <github@ja-dev.eu> * Update lib/hook.sh Co-authored-by: Joachim Ansorg <github@ja-dev.eu> * Update bashdb.in Co-authored-by: Joachim Ansorg <github@ja-dev.eu> * Add more places we resolve/expand files In some cases though automatic file loading no longer happens. In particular, on "list" and "break" commands. * One more quoted statement. --------- Co-authored-by: rocky <rb@dustyfeet.com> Co-authored-by: R. Bernstein <rocky@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Save relative to absolute file name mapping when doing "load" command, and in the debugger callback hook .
Resolve file paths in "backtrace" command.