all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Ask for some advice on Emacs GDB for large project
@ 2013-07-01  8:26 Hongxu Chen
  0 siblings, 0 replies; only message in thread
From: Hongxu Chen @ 2013-07-01  8:26 UTC (permalink / raw)
  To: help-gnu-emacs


Hi guys,

  For some reason I am doing some coding on a large project(actually
  it's about llvm). When debugging with Emacs gdb, I feel that it is
  sometimes annoying:

  1. Since there are quite a lot of symbols inside the project, when
  looking at some identifiers(but NOT locals) in the source code,
  sometimes I use `TAB' for auto-complete, I often need to wait gdb
  quite a long time to list all the candidate that might match(quite a
  lot of symbols that is nothing but useless). however I only need to
  see *whatis SOME_ID*, how can I make it with some tweaks?

  2. The cursor is not guaranteed when some gdb command is executed, so
  I have to use `M->' to force it there. Is there some good `advice' or
  customizable variables to automatically do this?

  3. How can I change the size of the windows when in gdb-many-windows
  mode? Any sample code?

  4. What's the good practice for gdb step/next etc. Should I hit every
  command in the command window or set some keymaps in the source code
  mode and then press the command?

  It would be appreciated if some sample code is included. 
  Thanks!

-- 
Regards,
Hongxu Chen



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-01  8:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01  8:26 Ask for some advice on Emacs GDB for large project Hongxu Chen

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.