On Tue, 24 Jun 2014, Siddharth wrote: > I want to be able to insert a stack_trace function at some location in the > brltty code which details the flow of the program (from the beginning of > execution to that line) when run. > > What is the best way to do this?
You run brltty under gdb and put a breakpoint at the location you want a stack trace. Once the breakpoint hits, you use gdb's backtrace command. Nicolas _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
