Go to file
Dirk Mueller e257f5825c - update to 3.21.0:
* When GDB is used to debug a program running under valgrind
    using the valgrind gdbserver, GDB will automatically load some
    python code provided in valgrind defining GDB front end
    commands corresponding to the valgrind monitor commands.
  * These GDB front end commands accept the same format as
    the monitor commands directly sent to the Valgrind
    gdbserver.
    These GDB front end commands provide a better integration
    in the GDB command line interface, so as to use for example
    GDB auto-completion, command specific help, searching for
    a command or command help matching a regexp, ...
    For relevant monitor commands, GDB will evaluate arguments
    to make the use of monitor commands easier.
    For example, instead of having to print the address of a
    variable to pass it to a subsequent monitor command, the
    GDB front end command will evaluate the address argument.
  * The vgdb utility now supports extended-remote protocol when
    invoked with --multi. In this mode the GDB run command is
    supported. Which means you don't need to run gdb and
    valgrind from different terminals.
  * The behaviour of realloc with a size of zero can now
    be changed for tools that intercept malloc. Those
    tools are memcheck, helgrind, drd, massif and dhat.
    Realloc implementations generally do one of two things
       - free the memory like free() and return NULL
         (GNU libc and ptmalloc).
       - either free the memory and then allocate a
         minimum sized block or just return the
         original pointer. Return NULL if the

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=259
2023-05-18 12:23:06 +00:00
_multibuild Accepting request 741927 from home:StefanBruens:branches:devel:tools 2019-11-20 13:16:58 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=1 2007-01-15 23:40:26 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=1 2007-01-15 23:40:26 +00:00
armv6-support.diff Accepting request 816084 from home:michals 2020-06-22 07:39:07 +00:00
dhat-use-datadir.patch - update to 3.17.0: 2021-03-20 18:34:30 +00:00
parallel-lto.patch - update to 3.20.0: 2022-10-26 09:47:25 +00:00
valgrind-3.21.0.tar.bz2 - update to 3.21.0: 2023-05-18 12:23:06 +00:00
valgrind.changes - update to 3.21.0: 2023-05-18 12:23:06 +00:00
valgrind.spec - update to 3.21.0: 2023-05-18 12:23:06 +00:00
valgrind.xen.patch - update to 3.16.0: 2020-06-19 15:21:22 +00:00