Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] Shrink dwarf2/read.c and clean up lnp_state_machine
@ 2025-09-07 19:29 Tom Tromey
  2025-09-07 19:29 ` [PATCH 1/7] Move lnp_state_machine to new file Tom Tromey
                   ` (7 more replies)
  0 siblings, 8 replies; 26+ messages in thread
From: Tom Tromey @ 2025-09-07 19:29 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

This started with a patch to shrink dwarf2/read.c a bit, by moving
lnp_state_machine to its own file.  Then I proceeded to clean up that
code a tiny bit.

Regression tested on x86-64 Fedora 40.

Signed-off-by: Tom Tromey <tom@tromey.com>
---
Tom Tromey (7):
      Move lnp_state_machine to new file
      Move compute_include_file_name earlier
      Boolify line-program.c
      Change dwarf_record_line_p to be a method
      Add m_builder member to lnp_state_machine
      Change dwarf_finish_line to be a method
      Change dwarf_record_line_1 to be a method

 gdb/Makefile.in           |   1 +
 gdb/dwarf2/line-program.c | 722 +++++++++++++++++++++++++++++++++++++
 gdb/dwarf2/line-program.h |  47 +++
 gdb/dwarf2/read.c         | 901 ++++------------------------------------------
 gdb/dwarf2/read.h         |  31 ++
 5 files changed, 874 insertions(+), 828 deletions(-)
---
base-commit: 46ada32fc979550ad4f46792b74c182bb7232aeb
change-id: 20250907-breakpoint-cu-expand-852f7e832aaa

Best regards,
-- 
Tom Tromey <tom@tromey.com>


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

end of thread, other threads:[~2025-09-10  1:52 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-07 19:29 [PATCH 0/7] Shrink dwarf2/read.c and clean up lnp_state_machine Tom Tromey
2025-09-07 19:29 ` [PATCH 1/7] Move lnp_state_machine to new file Tom Tromey
2025-09-08 16:04   ` Simon Marchi
2025-09-09  0:51     ` Tom Tromey
2025-09-09  0:52       ` Simon Marchi
2025-09-09  2:33         ` Eli Zaretskii
2025-09-09 23:25           ` Tom Tromey
2025-09-07 19:29 ` [PATCH 2/7] Move compute_include_file_name earlier Tom Tromey
2025-09-08 16:08   ` Simon Marchi
2025-09-09  0:46     ` Tom Tromey
2025-09-07 19:29 ` [PATCH 3/7] Boolify line-program.c Tom Tromey
2025-09-08 17:07   ` Simon Marchi
2025-09-09  0:48     ` Tom Tromey
2025-09-09  0:50       ` Simon Marchi
2025-09-09  1:11         ` Tom Tromey
2025-09-09 23:55           ` Tom Tromey
2025-09-10  1:51             ` Simon Marchi
2025-09-07 19:29 ` [PATCH 4/7] Change dwarf_record_line_p to be a method Tom Tromey
2025-09-07 19:29 ` [PATCH 5/7] Add m_builder member to lnp_state_machine Tom Tromey
2025-09-08 17:12   ` Simon Marchi
2025-09-07 19:29 ` [PATCH 6/7] Change dwarf_finish_line to be a method Tom Tromey
2025-09-08 17:14   ` Simon Marchi
2025-09-07 19:29 ` [PATCH 7/7] Change dwarf_record_line_1 " Tom Tromey
2025-09-08 17:17   ` Simon Marchi
2025-09-08 17:18 ` [PATCH 0/7] Shrink dwarf2/read.c and clean up lnp_state_machine Simon Marchi
2025-09-09  0:54   ` Tom Tromey

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