From: "Jan D." <jan.h.d@swipnet.se>
Cc: emacs devel <emacs-devel@gnu.org>
Subject: Re: Toolbar problems with GDB mode.
Date: Sat, 4 Jan 2003 14:05:17 +0100 (CET) [thread overview]
Message-ID: <200301041432.h04EWjeA032078@stubby.bodenonline.com> (raw)
In-Reply-To: <15894.10751.990342.816630@nick.uklinux.net> "from Nick Roberts at Jan 4, 2003 00:25:35 am"
> > Then the .gdbinit puts two breakpoints, nr 2 in emacs.c and gdba loads
> > that file. This is kind of annoying since I had the file I wanted to
> > debug visible, but now it is buried. But this is not the big bug.
>
> It doesn't load emacs.c because it has a breakpoint there but because
> thats where the execution starts. Thats standard practice for GUI debuggers.
Okay, but it is also the one thing i dislike with DDD for example.
In embedded development, one does not even have a main. DDD then
loads a random file, which is annoying as it takes time.
I frequently do like this:
Go to line in file where I would like to break
C-x 2
start gdb in the upper window.
C-x 0 C-x C-v C-a
The last line is like one gesture, and gdba breaks that for me. I
don't think it is a good idea to switch and hide file buffer a user
is looking at. Isn't that the reason why for example compile
splits the frame in two windows, to keep the file the user is editing
in sight?
> gdba requires that the screen size for GDB is unlimited. In emacs, TERM = dumb
> means that this is normally the case. I'm guessing you've got something in a
> .gdbinit file (possibly in your home directory) that says (something like):
>
> set height 24
The GDB default is 24 lines, and I had no terminfo entry for dumb,
hence GDB uses 24. Adding a terminfo solves that. But if gdba
requires a specific height, can it not do that as the first command
to GDB by itself? Just a thought.
Another thing you should look at is starting gdba, stopping GDB
and killing the buffer, then starting gdba again. It does funny
things, like showing a buffer named *Displayed expressions of emacs*,
and this is in *Messages*:
error in process filter: gdb-info-breakpoints-handler: Selecting deleted buffer
error in process filter: Selecting deleted buffer
Jan D.
next prev parent reply other threads:[~2003-01-04 13:05 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-03 17:50 Toolbar problems with GDB mode Jan D.
2003-01-03 20:05 ` Nick Roberts
2003-01-03 22:09 ` Jan D.
2003-01-04 0:25 ` Nick Roberts
2003-01-04 13:05 ` Jan D. [this message]
2003-01-04 19:54 ` Nick Roberts
2003-01-04 21:44 ` Jan D.
2003-01-06 20:05 ` Kevin Rodgers
2003-01-07 23:21 ` Nick Roberts
2003-01-10 16:23 ` Jan D.
2003-01-10 21:55 ` Nick Roberts
2003-01-04 23:44 ` Richard Stallman
2003-01-05 23:20 ` Nick Roberts
2003-01-11 19:49 ` Stefan Monnier
2003-01-12 0:05 ` Nick Roberts
2003-01-12 20:13 ` Stefan Monnier
2003-01-04 9:57 ` Eli Zaretskii
2003-01-04 13:36 ` Jan D.
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200301041432.h04EWjeA032078@stubby.bodenonline.com \
--to=jan.h.d@swipnet.se \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.