Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
6491-erts-Fix-cerl-to-include-xargs-when-starti...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 6491-erts-Fix-cerl-to-include-xargs-when-starting-gdb-lld.patch of Package erlang
From a142b725fb36817cd2c34944672916038b8d8ae5 Mon Sep 17 00:00:00 2001 From: Lukas Larsson <lukas@erlang.org> Date: Thu, 31 Mar 2022 16:26:37 +0200 Subject: [PATCH] erts: Fix cerl to include xargs when starting gdb/lldb --- erts/etc/unix/cerl.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erts/etc/unix/cerl.src b/erts/etc/unix/cerl.src index e3f42b54e2..10edb3debc 100644 --- a/erts/etc/unix/cerl.src +++ b/erts/etc/unix/cerl.src @@ -406,7 +406,7 @@ elif [ "x$GDB" = "xgdb" ]; then case "x$core" in x) # Get emu args to use from erlexec... - beam_args=`$EXEC -emu_args_exit ${1+"$@"}` + beam_args=`$EXEC -emu_args_exit xargs ${1+"$@"}` gdbcmd="--args $EMU_NAME $beam_args" ;; x/*) @@ -426,7 +426,7 @@ elif [ "x$GDB" = "xgdb" ]; then elif [ "x$GDB" = "xlldb" ]; then case "x$core" in x) - beam_args=`$EXEC -emu_args_exit ${1+"$@"}` + beam_args=`$EXEC -emu_args_exit xargs ${1+"$@"}` lldbcmd="-- $beam_args" ;; *) -- 2.34.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor