mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 19:53:38 -04:00
Fix gdb-cmd for rust-gdbgui
This commit is contained in:
+1
-2
@@ -58,7 +58,6 @@ GDB_ARGS="--directory=\"$GDB_PYTHON_MODULE_DIRECTORY\" -iex \"add-auto-load-safe
|
||||
# Finally we execute gdbgui.
|
||||
PYTHONPATH="$PYTHONPATH:$GDB_PYTHON_MODULE_DIRECTORY" \
|
||||
exec ${RUST_GDBGUI} \
|
||||
--gdb ${RUST_GDB} \
|
||||
--gdb-args "${GDB_ARGS}" \
|
||||
--gdb-cmd "${RUST_GDB} ${GDB_ARGS}" \
|
||||
"${@}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user