aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>2019-12-05 23:41:58 +0100
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>2019-12-06 06:06:02 +0100
commite0fad1eadfcb68d543cdd96f44dca86364778fa2 (patch)
tree68b36fc2f7ffd19d3bc886bac5e9ef0bea5bc1c1 /gdb/ChangeLog
parent8fc52a054bb7954813ff62adc6187c1072f09e8b (diff)
downloadgdb-e0fad1eadfcb68d543cdd96f44dca86364778fa2.zip
gdb-e0fad1eadfcb68d543cdd96f44dca86364778fa2.tar.gz
gdb-e0fad1eadfcb68d543cdd96f44dca86364778fa2.tar.bz2
Fix crash when command arg is missing in faas/taas/tfaas commands.
GDB crashes when doing: (gdb) faas Aborted Do the needed check to avoid crashing. gdb/ChangeLog 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be> * stack.c (faas_command): Check a command is provided. * thread.c (taas_command, tfaas_command): Likewise. gdb/testsuite/ChangeLog 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be> * gdb.threads/pthreads.exp: Test taas and tfaas without command. * gdb.base/frameapply.exp: Test faas without command.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5e4b9f1..7646214 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
+ * stack.c (faas_command): Check a command is provided.
+ * thread.c (taas_command, tfaas_command): Likewise.
+
2019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
* inferior.c (prune_inferiors): Only call delete_inferior,
Do not modify the inferior list.