File 0196-erts-Add-printout-of-A-in-G-shell-job-mode.patch of Package erlang
From 6d44ae718520f0678413cbace51734acca584e2c Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Thu, 12 Dec 2019 15:58:36 +0100
Subject: [PATCH 2/4] erts: Add printout of A in ^G shell job mode
---
erts/emulator/beam/break.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/erts/emulator/beam/break.c b/erts/emulator/beam/break.c
index 6379e4e04d..c1af14cc89 100644
--- a/erts/emulator/beam/break.c
+++ b/erts/emulator/beam/break.c
@@ -518,8 +518,8 @@ do_break(void)
ASSERT(erts_smp_thr_progress_is_blocking());
erts_printf("\n"
- "BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded\n"
- " (v)ersion (k)ill (D)b-tables (d)istribution\n");
+ "BREAK: (a)bort (A)bort with dump (c)ontinue (p)roc info (i)nfo\n"
+ " (l)oaded (v)ersion (k)ill (D)b-tables (d)istribution\n");
while (1) {
if ((i = sys_get_key(0)) <= 0)
--
2.16.4