Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0a24fa80
Commit
0a24fa80
authored
Nov 03, 2005
by
Nick Roberts
Browse files
(Note): GDB can sometimes expand macros.
parent
99ac5182
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
etc/DEBUG
etc/DEBUG
+3
-2
No files found.
etc/DEBUG
View file @
0a24fa80
...
@@ -158,8 +158,9 @@ we want the address of the l-value expression near the bottom of
...
@@ -158,8 +158,9 @@ we want the address of the l-value expression near the bottom of
XVECTOR (this_command_keys)->contents[this_command_key_count++] = key;
XVECTOR (this_command_keys)->contents[this_command_key_count++] = key;
XVECTOR is a macro, and therefore GDB does not know about it.
XVECTOR is a macro, and therefore, in general, GDB does not know about it.
GDB cannot evaluate "p XVECTOR (this_command_keys)".
Unless Emacs has been compiled with preprocessor macro info, GDB cannot
evaluate "p XVECTOR (this_command_keys)" .
However, you can use the xvector command in GDB to get the same
However, you can use the xvector command in GDB to get the same
result. Here is how:
result. Here is how:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment