[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to display parameters in a function backtrace?
From: |
L A Walsh |
Subject: |
Re: How to display parameters in a function backtrace? |
Date: |
Wed, 02 Feb 2022 06:51:30 -0800 |
User-agent: |
Thunderbird |
On 2022/02/02 06:43, Alex fxmbsw7 Ratchev wrote:
i had gdb new version
---
This is about looking at a backtrace of shell functions in shell
gdb may show a backtrace of shell functions, but gdb isn't
a shell debugger, but one for the source code of bash.
If you look at my backtrace function -- it shows a backtrace of
shell functions, not a backtrace of bash itself.
In that regard, I'm asking how to look at the parameters to a function
written in shell (not parameters to the 'c' functions inside the bash
source.
Sorry if this is/was confusing.