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
cfbaa300
Commit
cfbaa300
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: removed useless/duplicated from-gdb debug log output (for errors and gdb prompt)
parent
21604f9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/plugins/gdb/gbp-gdb-debugger.c
src/plugins/gdb/gbp-gdb-debugger.c
+0
-2
No files found.
src/plugins/gdb/gbp-gdb-debugger.c
View file @
cfbaa300
...
...
@@ -924,7 +924,6 @@ gbp_gdb_debugger_output_callback (void *context,
switch
(
output
->
kind
)
{
case
GDBWIRE_MI_OUTPUT_PARSE_ERROR
:
DEBUG_LOG
(
"from-gdb (ERR)"
,
output
->
line
);
ide_object_warning
(
self
,
"Failed to parse gdb communication: %s"
,
output
->
line
);
gdbwire_mi_output_free
(
output
);
gbp_gdb_debugger_panic
(
self
);
...
...
@@ -943,7 +942,6 @@ gbp_gdb_debugger_output_callback (void *context,
break
;
case
GDBWIRE_MI_OUTPUT_PROMPT
:
DEBUG_LOG
(
"from-gdb (INP)"
,
output
->
line
);
/* Ignore prompt for now */
gdbwire_mi_output_free
(
output
);
break
;
...
...
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