Re: gdb mode for lldb?
"Stephen J. Turnbull" <[email protected]> Wed, 26 Aug 2015 22:54:45 +0900
| Newsgroups | gmane.emacs.xemacs.beta |
|---|---|
| Message-ID | <[email protected]> |
Kaarthik Sivakumar writes: > I just ran lldb on my Mac (for the first time) - on first glance, > it seems to support the same set of commands as gdb. Many of the basic ones, yes. However, many facilities, even some shared with gdb, are accessible only through lldb-specific syntax, I think. It might be easier to add more command aliases to lldb than to mess with gdb (except for the prompt string, but that's a trivial change that isn't even handled by gdb, I believe, it's part of comint). > The prompt string is different. Can you change gdb-mode to look for > a different prompt and does that "just work", atleast for basic > functions? I don't know: I never used gdb much, except for XEmacs specific functions, and usually after XEmacs crashed. I think it's a good idea to try, but I don't have time at the moment.