Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
82eda37f
Commit
82eda37f
authored
Mar 01, 2008
by
oharboe
Browse files
log_remove_callback
git-svn-id:
svn://svn.berlios.de/openocd/trunk@412
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
63e9c3e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/gdb_server.c
View file @
82eda37f
...
...
@@ -1463,6 +1463,7 @@ int gdb_query_packet(connection_t *connection, target_t *target, char *packet, i
log_add_callback
(
gdb_log_callback
,
connection
);
target_call_timer_callbacks
();
command_run_line
(
cmd_ctx
,
cmd
);
log_remove_callback
(
gdb_log_callback
,
connection
);
free
(
cmd
);
}
gdb_put_packet
(
connection
,
"OK"
,
2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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