like-dbg icon indicating copy to clipboard operation
like-dbg copied to clipboard

Only rebuild if custom_gdb_script contents changed across runs

Open 0xricksanchez opened this issue 1 year ago • 0 comments

Setting manual toggles for rebuilds in the config.ini that forces rebuilding (which is required) for changes in io/scripts/gdb_script to take effect inside the debugger container is tedious. A PR for this should introduce a "watcher" that automatically rebuilds the debugger (basically only executes the COPY at the end of the respective dockerfile) IFF the contents of the aforementioned gdb script changed compared to the prior run. If force_rebuild is toggled on for the debugger in config.ini rebuilding always takes place.

0xricksanchez avatar Aug 16 '22 14:08 0xricksanchez