Skip to content

Commit

Permalink
Still working on GDB init file.
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Jan 21, 2025
1 parent e4fd471 commit f8f0b1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bundleTest-thor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ jobs:
if [ ${#CORE_FILES[@]} -ne 0 ]
then
mkdir -p $HOME/.config/gdb/
echo "set auto-load safe-path /" >> $HOME/.gdbinit
echo "set solib-search-path /" >> $HOME/.gdbinit
echo "set sysroot /" >> $HOME/.gdbinit
echo "set auto-load safe-path /" >> $HOME/.config/gdb/gdbinit
echo "set solib-search-path /" >> $HOME/.config/gdb/gdbinit
echo "set sysroot /" >> $HOME/.config/gdb/gdbinit
for core in ${CORE_FILES[@]}
do
Expand Down

0 comments on commit f8f0b1c

Please sign in to comment.