Matthew Malcomson

Results 23 issues of Matthew Malcomson

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...

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...

I've just added some preliminary powershell support (people at the new job use windows :-)). At the moment, running something like `python` on windows just hangs.

I had some trouble before with a lot of output, just try some things out for this.

When in visual selection mode, the mappings `ao` and `io` select the first output the current selection is in. Instead, they should expand the current selection. NOTE -- something similar...

Given the nature of vsh, it's much easier to forget what process is currently running in the foreground (python, gdb, bc, etc) and send a previously used command to the...

I don't like the current method of querying readline -- it can get affected by bash init files, and it's just very indirect. Look for a better way. Maybe write...

At the moment `io` and `ao` don't account for a count, so `d2ao` does the same as `dao`. All other text objects in vim take a count and do something...