]> git.ipfire.org Git - thirdparty/bacula.git/commit
new gdb_dprintf() to be used with gdb for dynamic logging
authorAlain Spineux <alain@baculasystems.com>
Wed, 12 Jan 2022 15:17:19 +0000 (16:17 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:57 +0000 (13:56 +0200)
commitc1a4148153b7435faffc73812081a9ac9a2b2332
tree2d405fc65ce79cfea9767211dd85988f566ccf0f
parent8578a707854315822519df4f3d62bddec0808c93
new gdb_dprintf() to be used with gdb for dynamic logging

- this allow to dynamicaly Dmsg() like calls using gdb without modify
  the binary
- See more in README.dynlog.txt
bacula/README.dynlog.txt [new file with mode: 0644]
bacula/src/lib/message.c