Revisions of valgrind

Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 260)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 259)
- 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
buildservice-autocommit accepted request 1075172 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 258)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1075157 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 257)
- Build without -z now (bsc#1208407)
buildservice-autocommit accepted request 1060362 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 256)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 255)
- update to 3.19.0 (bsc#1204685):
  * obsoletes backport 0001-arm64-Mismatch-detected-between-RDMA-and-atomics-fea.patch
    on older distributions
buildservice-autocommit accepted request 1031320 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 254)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 253)
- update to 3.20.0:
  * The option "--vgdb-stop-at=event1,event2,..." accepts the new value abexit.
    This indicates to invoke gdbserver when your program exits abnormally
    (i.e. with a non zero exit code).
  * Fix Rust v0 name demangling.
  * The Linux rseq syscall is now implemented as (silently) returning ENOSYS.
  * Add FreeBSD syscall wrappers for __specialfd and __realpathat.
  * Remove FreeBSD dependencies on COMPAT10, which fixes compatibility with
    HardenedBSD
  * The option --enable-debuginfod=<no|yes> [default: yes] has been added on
    Linux.
  * More DWARF5 support as generated by clang14.
buildservice-autocommit accepted request 992608 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 252)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 251)
- exclude client-headers from building for non-supported architectures
buildservice-autocommit accepted request 976045 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 250)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 249)
- update to 3.12.0 (bsc#1017016, FATE#321455, bsc#987635, CVE-2016-6131)
buildservice-autocommit accepted request 971624 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 248)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 971108 from Adam Majer's avatar Adam Majer (adamm) (revision 247)
- fix build on SLE12
buildservice-autocommit accepted request 969550 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 246)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 245)
- spec-cleaner suggested cleanups
- drop unnecessary procps buildrequires
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 244)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 243)
- update to 3.19.0:
  * Fix Rust v0 name demangling.
  * The Linux rseq syscall is now implemented as (silently) returning ENOSYS.
  * Add FreeBSD syscall wrappers for __specialfd and __realpathat.
  * Remove FreeBSD dependencies on COMPAT10, which fixes compatibility with HardenedBSD
  * see https://valgrind.org/docs/manual/dist.news.html for list of bugfixes
- drop handle-rseq-syscall.patch: upstream
buildservice-autocommit accepted request 960470 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 242)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 241)
- add upstream handle-rseq-syscall.patch to fix run with glibc 2.35
Displaying revisions 21 - 40 of 280
openSUSE Build Service is sponsored by