Change inferior thread list to be a thread map
[deliverable/binutils-gdb.git] / gdb / gcore.in
index 25602396d5798e292f7a67603d8ee1b93ae9fee8..b9770ea4153a9bb7b9a6a8a172fb0758d47952c0 100644 (file)
@@ -97,7 +97,8 @@ for pid in "$@"
 do
        # `</dev/null' to avoid touching interactive terminal if it is
        # available but not accessible as GDB would get stopped on SIGTTIN.
-       "$binary_path/@GDB_TRANSFORM_NAME@" </dev/null --nx --batch \
+       "$binary_path/@GDB_TRANSFORM_NAME@" </dev/null \
+           --nx --batch --readnever \
            -ex "set pagination off" -ex "set height 0" -ex "set width 0" \
            "${dump_all_cmds[@]}" \
            -ex "attach $pid" -ex "gcore $prefix.$pid" -ex detach -ex quit
This page took 0.038012 seconds and 4 git commands to generate.