Skip to content
Snippets Groups Projects
Commit c2385ce8 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Disabled gdb-dashboard and try connecting on openocd on any interface

parent 0230e65e
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ end
target extended localhost:3333
target extended 0.0.0.0:3333
monitor reset init
set remote hardware-breakpoint-limit 6
set remote hardware-watchpoint-limit 4
......
......@@ -294,8 +294,8 @@ MainBP("main")
""" Tell gdb-dashboard to hide """
gdb.execute("dashboard -enabled off")
gdb.execute("dashboard -output /dev/null")
# gdb.execute("dashboard -enabled off")
# gdb.execute("dashboard -output /dev/null")
""" Also break at the main-loop """
MainBP("finish_execution")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment