Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Günther Wagner
gnome-builder
Commits
8ec13960
Commit
8ec13960
authored
Jan 16, 2019
by
Simone Piccardi
Committed by
Christian Hergert
Jan 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdb: cleaned up stack-list-variables command
parent
dec26346
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/plugins/gdb/gbp-gdb-debugger.c
src/plugins/gdb/gbp-gdb-debugger.c
+1
-1
No files found.
src/plugins/gdb/gbp-gdb-debugger.c
View file @
8ec13960
...
...
@@ -2020,7 +2020,7 @@ gbp_gdb_debugger_list_locals_async (IdeDebugger *debugger,
tid
=
ide_debugger_thread_get_id
(
thread
);
depth
=
ide_debugger_frame_get_depth
(
frame
);
command
=
g_strdup_printf
(
"
@@@@
-stack-list-variables --thread %s --frame %u --simple-values
\n
"
,
command
=
g_strdup_printf
(
"-stack-list-variables --thread %s --frame %u --simple-values"
,
tid
,
depth
);
gbp_gdb_debugger_exec_async
(
self
,
...
...
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