GDB: How to add a key combination which runs a command?
问题 I'm using GNU gdb (GDB) 7.10.1 with the -tui mode. I would like to add a key combination for the commands up and down . Something like Ctrl + u for up and Ctrl + d for down . I've seen only comments about readline but not an example explaining how to integrate the combination in the gdb init file. Any idea? 回答1: I am not a TUI user, but my understanding is that the TUI has two modes. In its initial (normal) mode, it uses readline like the ordinary gdb CLI. Readline provides a way to rebind