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 v3 0/2] Implement pahole-like 'ptype /o' option (and do some code reorg)


Changes from v2:

- Split the patch between #1 (code reorganization) and #2 (actual
  implementation of 'ptype /o').

- Add a few more tests; fix a few thinkos in the testcase.

- Remove leftover code.


Hi,

This is the third version of the patch, which is now a series.
Functionality hasn't changed; this is mostly a reorganization of the
patch into two patches (one for code movement, another for the actual
implementation of 'ptype /o').  Each patch contains an explanation of
what it does.

The docs have already been approved by Eli.


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