According to these documents, it is not possible to get a complete back trace of a stack from a trace point, but you can get a partial trace by writing a section of the stack.
How should I do it?
I approximated the behavior that I wanted, using the commands at the breakpoint, to print the return line, and then automatically continue:
> break functionName > commands > bt > continue > end
-, gdb 13.1.10, , , backtrace , , - *(unsigned char *)$esp@300. , , : , (rsp x86-64) :
*(unsigned char *)$esp@300
>collect *(unsigned char *)$esp@300 'esp' is a pseudo-register; GDB cannot yet trace its contents.
Source: https://habr.com/ru/post/1791986/More articles:asp.net(веб-формы с VB.Net), подключающиеся к базе данных sql - vb.netAccess client client certificate properties from WCF - certificateMySQL Teradate equivalent USE - joinИспользование varchar (max) в Хранимой Proc. Почему значение вставки усечено? - sql-server-2005Adding conditional comments using DomDocument - phpEF Code First: Как сделать виртуальную коллекцию конфиденциальной, все еще правильно создав мою модель базы данных? - designDelphi FormatFloat and Format Functions - delphiInnerHTML basics - javascriptIn EF Code First, can you encapsulate the properties that should be stored in the data warehouse? - c #how to write this xpath request? - xmlAll Articles