all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Itai Berli <itai.berli@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Paul Eggert <eggert@cs.ucla.edu>, Emacs developers <emacs-devel@gnu.org>
Subject: Re: Help getting started debugging Emacs on macOS Sierra
Date: Fri, 11 Aug 2017 13:09:09 +0300	[thread overview]
Message-ID: <CABsNJ=O2WoOhvQKErat8e45XNwQe9Vci8pQqiGLLsL01eJmTng@mail.gmail.com> (raw)
In-Reply-To: <CABsNJ=O-Ce7XRusC86FUn5hTNyk1OPGgh4==yQk4Z9Y+Qjcd-A@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2827 bytes --]

OK, I think I misunderstood Paul's command line "M-x gud-gdb RET
bootstrap-emacs RET" as meaning that after executing "M-x gud-gdb RET" the
only thing that should appear after the prompt is "bootstrap-emacs", so I
deleted the "gdb --full-name" prefix that appeared there automatically. If
I keep this prefix, the error reported above doesn't occur. However, now I
get the following complaint from gdb:

> No executable file specified.
> Use the "file" or "exec-file" command.

Here's the complete contents of the *gud* buffer.

Current directory is ~/
GNU gdb (GDB) 8.0
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin16.6.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
bootstrap-emacs: No such file or directory.
(gdb) b main
No symbol table is loaded.  Use the "file" command.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (main) pending.
(gdb) r
Starting program:
No executable file specified.
Use the "file" or "exec-file" command.

On Fri, Aug 11, 2017 at 12:59 PM, Itai Berli <itai.berli@gmail.com> wrote:

> By the way, the *gud* buffer's first line is
>
> > Current directory is ~/
>
> However, the Emacs source code is in ~/emacs. Maybe this is the problem?
> But I started Emacs from ~/emacs. How can I set the *gud* buffer's current
> directory?
>
> On Fri, Aug 11, 2017 at 12:55 PM, Itai Berli <itai.berli@gmail.com> wrote:
>
>> Typing "b main<RET>" in the *gud* buffer results in the following error
>> message:
>>
>> > Current buffer has no process
>>
>> On Fri, Aug 11, 2017 at 12:52 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>>
>>> > From: Itai Berli <itai.berli@gmail.com>
>>> > Date: Fri, 11 Aug 2017 12:27:01 +0300
>>> > Cc: Emacs developers <emacs-devel@gnu.org>
>>> >
>>> > Paul Eggert wrote:
>>> >
>>> > > type the GDB command "b Fexpand_file_name" to plant a breakpoint in
>>> (say) Fexpand_file_name
>>> >
>>> > What do you mean by 'Fexpand_file_name'? The name of a file, or the
>>> name of a function?
>>>
>>> It's the name of a function.
>>>
>>> > Could you give me
>>> > a concrete example? Suppose, for instance, I wish to place a
>>> breakpoint at the start of the 'main; function. How
>>> > can I do so?
>>>
>>> "b main".  "b" is a short for "break".
>>>
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 6491 bytes --]

  reply	other threads:[~2017-08-11 10:09 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-10 23:25 Help getting started debugging Emacs on macOS Sierra Itai Berli
2017-08-11  3:04 ` Paul Eggert
2017-08-11  5:06   ` Itai Berli
2017-08-11  8:47     ` Paul Eggert
2017-08-11  8:57       ` Itai Berli
2017-08-11  9:27         ` Itai Berli
2017-08-11  9:52           ` Eli Zaretskii
2017-08-11  9:55             ` Itai Berli
2017-08-11  9:59               ` Itai Berli
2017-08-11 10:09                 ` Itai Berli [this message]
2017-08-11 11:46                   ` Tino Calancha
2017-08-11 12:14                     ` Itai Berli
2017-08-11 12:33                       ` Tino Calancha
2017-08-11 12:40                         ` Itai Berli
2017-08-11 12:48                           ` Tino Calancha
2017-08-11 13:17                             ` Itai Berli
2017-08-11 13:20                               ` Tino Calancha
2017-08-11 13:25                                 ` Itai Berli
2017-08-11 14:18                               ` Eli Zaretskii
2017-08-11 14:42                                 ` Itai Berli
2017-08-11 15:08                                   ` Eli Zaretskii
2017-08-11 15:34                                     ` Itai Berli
2017-08-11 16:07                                       ` Itai Berli
2017-08-11 16:08                                       ` Eli Zaretskii
2017-08-11 17:32                                         ` Itai Berli
2017-08-12  9:53                                           ` Itai Berli
2017-08-12 10:20                                             ` Eli Zaretskii
2017-08-12 10:43                                               ` Itai Berli
2017-08-12 11:43                                                 ` Tino Calancha
2017-08-12 11:59                                                   ` Stephen Berman
2017-08-12 12:08                                                     ` Itai Berli
2017-08-12 12:14                                                       ` Stephen Berman
2017-08-12 12:15                                                       ` Eli Zaretskii
2017-08-12 13:28                                                         ` Itai Berli
2017-08-12 13:47                                                           ` Tino Calancha
2017-08-12 14:20                                                             ` Anders Lindgren
2017-08-12 11:57                                                 ` Eli Zaretskii
2017-08-11 12:43               ` Eli Zaretskii
2017-08-11  9:35         ` Eli Zaretskii
2017-08-11  6:28 ` Eli Zaretskii
2017-08-11  8:27   ` Itai Berli
2017-08-11  9:30     ` Eli Zaretskii

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='CABsNJ=O2WoOhvQKErat8e45XNwQe9Vci8pQqiGLLsL01eJmTng@mail.gmail.com' \
    --to=itai.berli@gmail.com \
    --cc=eggert@cs.ucla.edu \
    --cc=eliz@gnu.org \
    --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.