gdb-walkers icon indicating copy to clipboard operation
gdb-walkers copied to clipboard

Bring mdb walkers to gdb, also add other helpful commands.

Results 6 gdb-walkers issues
Sort by recently updated
recently updated
newest added

For some performance problems the problem is rarely one specific element. Histogram output (like `dtrace` can produce) can be very useful. It would be nice to create a walker to...

Something that was suggested at my FOSDEM talk -- would mean that infinite loops are automatically stopped (rather than requiring the user to press Ctrl-C). Interesting questions to answer are:...

The `file` walker takes a filename. This filename argument does not expand the home directory from `~`. May as well look for other expansions to do at the same timei.

pipelines that set a GDB internal variable in one walker and use it later are really useful. These are not always valid, since walkers like 'tail' buffer their input and...

Similar to the new 'pipe' instruction in GDB it would be handy to allow the user to determine the seperator character depending on what character interferes with their command.

It seems reasonably easy to call gdb python functions in the `EntryBreak` and `ReturnBreak` `stop()` methods. More command options could be added to the `call-graph` command that define breaks with...