This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: building gdb with TUI support on Windows
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Ofir Cohen <ofircohenn at gmail dot com>
- Cc: gdb at sourceware dot org
- Date: Sat, 27 Dec 2014 16:13:47 +0200
- Subject: Re: building gdb with TUI support on Windows
- Authentication-results: sourceware.org; auth=none
- References: <CAHOBVAer1jbry4Ksxwj0D5dYC_d7c60vqoeh69Fry8L+zErSzA at mail dot gmail dot com> <83d276n8fy dot fsf at gnu dot org> <CAHOBVAdux2M9aRnkJh1hDm_9VCTD6kVzWkF2fjj84qy8UJuh7w at mail dot gmail dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Sat, 27 Dec 2014 15:52:16 +0200
> From: Ofir Cohen <ofircohenn@gmail.com>
> Cc: gdb@sourceware.org
>
> It seems like there is something wrong with the keys binding, because
> Ctrl+P - works, but up arrow doesn't
> Ctrl+D - works, but delete doesn't..
If that's your only problem, then the solution should be simple: find
the place where the keyboard keys are interpreted, find out what GDB
gets when you press the PC keys, and simply add them to the dispatch.
> So either I'll get response from someone who has been there before, or I'll
> debug it myself as you suggested.
I doubt that anyone builds GDB with TUI on Windows. AFAIR, there was
a suggestion some time ago to remove TUI support altogether.
But you can never know, so waiting a little bit more (accounting for
the holidays) might bring some helpful responses.