Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] Random dwarf2read.c improvements
@ 2018-04-01  0:04 Simon Marchi
  2018-04-01  0:04 ` [PATCH 3/5] Remove some usages of get_dwarf2_per_objfile Simon Marchi
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Simon Marchi @ 2018-04-01  0:04 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

I had these changes in a branch, I though I would post them on their
own, instead of part of a more complex series.

Simon Marchi (5):
  Remove some unused variables in dwarf2read.c
  Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfile
  Remove some usages of get_dwarf2_per_objfile
  Make dwarf2_per_objfile::all_comp_units an std::vector
  Make dwarf2_per_objfile::all_type_units an std::vector

 gdb/dwarf-index-write.c |  29 ++-
 gdb/dwarf2read.c        | 459 +++++++++++++++++-------------------------------
 gdb/dwarf2read.h        |  42 +++--
 3 files changed, 203 insertions(+), 327 deletions(-)

-- 
2.16.3


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

end of thread, other threads:[~2018-04-07 18:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-01  0:04 [PATCH 0/5] Random dwarf2read.c improvements Simon Marchi
2018-04-01  0:04 ` [PATCH 3/5] Remove some usages of get_dwarf2_per_objfile Simon Marchi
2018-04-01  0:04 ` [PATCH 1/5] Remove some unused variables in dwarf2read.c Simon Marchi
2018-04-02 16:00   ` Joel Brobecker
2018-04-01  0:04 ` [PATCH 4/5] Make dwarf2_per_objfile::all_comp_units an std::vector Simon Marchi
2018-04-01  0:16 ` [PATCH 2/5] Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfile Simon Marchi
2018-04-02 16:17   ` Joel Brobecker
2018-04-02 17:21     ` Simon Marchi
2018-04-01  0:16 ` [PATCH 5/5] Make dwarf2_per_objfile::all_type_units an std::vector Simon Marchi
2018-04-07 18:01 ` [PATCH 0/5] Random dwarf2read.c improvements Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox