This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/5] struct symtab split part 1


Hi.

This patch set is basically cleanup work to lay a foundation
for part 2 which splits up struct symtab into two pieces.
I have split it out because this set can stand by itself.

1/5 - macro SYMTAB_OBJFILE
2/5 - macro SYMTAB_DIRNAME
3/5 - macro SYMTAB_LINETABLE
4/5 - buildsym api cleanup
5/5 - macro SYMTAB_BLOCKVECTOR

This patch set was prepared with a tree that has these patches applied:

  - https://sourceware.org/ml/gdb-patches/2014-11/msg00153.html
  - https://sourceware.org/ml/gdb-patches/2014-11/msg00159.html
  - https://sourceware.org/ml/gdb-patches/2014-11/msg00160.html
  - https://sourceware.org/ml/gdb-patches/2014-11/msg00161.html
  - https://sourceware.org/ml/gdb-patches/2014-11/msg00164.html
  - https://sourceware.org/ml/gdb-patches/2014-11/msg00173.html

I have a tree on github for those that want to see with the entire set.
I'll post a link with part 2 since I still need to update the repo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]