Sasha Nicolas
Sasha Nicolas
I'm attaching a very small screenshot cause I don't want to reveal some directories (for security). But you can see how the terminal color and format change in the first...
Also this filter is great, so useful. Another thing, but this is as improvement. The colors should not be hard coded, as if you change the terminal colors you might...
@kaott What's the compile command that you used for the static mutatee on Ubuntu 16? It's common to get the message: ``` --SERIOUS-- #100: Image: Unable to find function: inst_func...
@kaott did you have any more development on this? Can you upload the binaries if you're still interested?
@kaott uploading the binaries is better. I wanna try to reproduce why you couldn't find the function inst_func
@woodard is this gcc 11 too like issue #1018 and #1019? And all on fedora34?
@hainest do we have a system with libc 2.30?
@mxz297 @n738cu Do we still want to discuss this issue?
You can do it using GDB's Python API: the Frame Filter API and Frame Decorator API. In fact, the project https://github.com/daskol/gdb-colour-filter already did this. I'm using it. (I know it's...