emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gdb-create-source-file-list and gdb-mi.el


From: Aneesh Kumar K.V
Subject: gdb-create-source-file-list and gdb-mi.el
Date: Fri, 18 Nov 2011 15:59:57 +0530
User-agent: Notmuch/0.9+73~ged20210 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu)

gdb-mi.el does the below

  ;; find source file and compilation directory here
  (gdb-input
                                        ; Needs GDB 6.2 onwards.
   (list "-file-list-exec-source-files" 'gdb-get-source-file-list))
  (if gdb-create-source-file-list
      (gdb-input
                                        ; Needs GDB 6.0 onwards.
       (list "-file-list-exec-source-file" 'gdb-get-source-file)))

Don't we need to make sure the the "-file-list-exec-source-files"  also
come withing the gdb-crate-source-file-list check ?. Current gdb with
linux kernel vmlinux takes so much time to give me the prompt.

-aneesh




reply via email to

[Prev in Thread] Current Thread [Next in Thread]