gdbsupport, gdb: give names to observers
[deliverable/binutils-gdb.git] / gdbsupport / ChangeLog
index c8fa9e73148b5ad103f330ea9a1d9b7051a355c2..0f3de6d8caae3c08d32b28ffc4067e9e1544f80b 100644 (file)
@@ -1,3 +1,36 @@
+2021-04-24  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * observable.h (class observable) <struct observer> <observer>:
+       Add name parameter.
+       <name>: New field.
+       <attach>: Add name parameter, update all callers.
+
+2021-04-24  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * observable.h (class observable) <struct observer>: New.
+       <detach, notify>: Update.
+       <m_observers>: Change type to vector of observers.
+
+2021-04-23  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * observable.h (observer_debug): Change to bool.
+
+2021-04-23  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * common-debug.h: Include preprocessor.h.
+
+2021-03-24  Luis Machado  <luis.machado@linaro.org>
+
+       * rsp-low.cc (fromhex, hex2bin): Move to ...
+       * common-utils.cc: ... here.
+       (fromhex) Change error message text to not be RSP-specific.
+       * rsp-low.h (fromhex, hex2bin): Move to ...
+       * common-utils.h: ... here.
+
+2021-03-21  Alan Modra  <amodra@gmail.com>
+
+       * common-utils.h (startswith): Delete version now supplied by bfd.h.
+
 2021-02-05  Paul E. Murphy  <murphy@linux.ibm.com>
 
        * common-defs.h (ATTRIBUTE_PRINTF): Rename
This page took 0.038637 seconds and 4 git commands to generate.