public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Fix and cleanups in jit.c
@ 2019-12-16  3:39 Simon Marchi
  2019-12-16  3:39 ` [PATCH v2 5/5] jit: make gdb_symtab::blocks an std::forward_list Simon Marchi
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Simon Marchi @ 2019-12-16  3:39 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

This is a follow-up to:

  https://sourceware.org/ml/gdb-patches/2019-12/msg00568.html

Again, the first patch is a fix and the rest is some c++ification.

I think I fixed all review comments from v1, the biggest change being
the use of std::forward_list instead of std::vector.

Simon Marchi (5):
  Fix double-free when creating more than one block in JIT debug info
    reader
  jit: c++-ify gdb_symtab
  jit: make gdb_object::symtabs an std::forward_list
  jit: c++-ify gdb_block
  jit: make gdb_symtab::blocks an std::forward_list

 gdb/jit.c                             | 207 ++++++++++----------------
 gdb/testsuite/gdb.base/jit-reader.exp |  14 +-
 gdb/testsuite/gdb.base/jithost.c      |  45 ++++--
 gdb/testsuite/gdb.base/jithost.h      |  15 +-
 gdb/testsuite/gdb.base/jitreader.c    |  34 +++--
 5 files changed, 158 insertions(+), 157 deletions(-)

-- 
2.24.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-12-17 19:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-16  3:39 [PATCH v2 0/5] Fix and cleanups in jit.c Simon Marchi
2019-12-16  3:39 ` [PATCH v2 5/5] jit: make gdb_symtab::blocks an std::forward_list Simon Marchi
2019-12-16  3:39 ` [PATCH v2 3/5] jit: make gdb_object::symtabs " Simon Marchi
2019-12-16  3:39 ` [PATCH v2 2/5] jit: c++-ify gdb_symtab Simon Marchi
2019-12-16  3:39 ` [PATCH v2 1/5] Fix double-free when creating more than one block in JIT debug info reader Simon Marchi
2019-12-16  3:57 ` [PATCH v2 4/5] jit: c++-ify gdb_block Simon Marchi
2019-12-16 19:27 ` [PATCH v2 0/5] Fix and cleanups in jit.c Pedro Alves
2019-12-16 23:19   ` Simon Marchi
2019-12-17 19:10     ` Pedro Alves
2019-12-17 19:32       ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).