X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gdb%2FNEWS;h=4d963880cb34d1f1ca992f79c766c25f7d4a7107;hb=50a5f1878e22b09ebea30ad60a2164b80af6efdb;hp=d75992e78eff1a0d3fa90f3f8a0affe2715151c3;hpb=7393df7f3fb404a605af9f2b9d4b8698c6fcc7df;p=thirdparty%2Fbinutils-gdb.git diff --git a/gdb/NEWS b/gdb/NEWS index d75992e78ef..4d963880cb3 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -39,6 +39,11 @@ set debug event-loop show debug event-loop Control the display of debug output about GDB's event loop. +maintenance flush symbol-cache +maintenance flush register-cache + These new commands are equivalent to the already existing commands + 'maintenance flush-symbol-cache' and 'flushregs' respectively. + * Changed commands break [PROBE_MODIFIER] [LOCATION] [thread THREADNUM] @@ -61,6 +66,12 @@ condition [-force] N COND GDB into defining the condition even when COND is invalid for all the current locations of breakpoint N. +flushregs +maintenance flush-symbol-cache + These commands are deprecated in favor of the new commands + 'maintenance flush register-cache' and 'maintenance flush + symbol-cache' respectively. + *** Changes in GDB 10 * There are new feature names for ARC targets: "org.gnu.gdb.arc.core"