Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4 v6] Common code cleanups (first four)
@ 2014-08-11 15:18 Gary Benson
  2014-08-11 15:18 ` [PATCH 2/4 v6] Introduce common-types.h Gary Benson
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Gary Benson @ 2014-08-11 15:18 UTC (permalink / raw)
  To: gdb-patches; +Cc: Doug Evans, Pedro Alves

Hi all,

This series contains updated versions of the first four patches
from the common code cleanups series I last posted on August 1.
The rest of the series is awaiting Pedro's input, but these four
patches can go in now if they are approved.

Patch 1 (Introduce common/errors.h) is changed from the previous
version in that:

  - Functions that must be provided by the client code are
    documented as such in their header file comments.

  - common/errors.c is added to SFILES in gdb's Makefile.in.

Patch 2 (Introduce common-types.h) is unchanged from the previous
version.

Patch 3 (Move print-utils.h to common-defs.h) is likewise unchanged.

Patch 4 (Introduce common-debug.h) is changed from the previous
version in that:

  - Functions that must be provided by the client code are
    documented as such in their header file comments.

  - common/common-debug.c is added to SFILES in gdb's Makefile.in.

  - The static function debug_agent_print in agent.c has been renamed
    debug_agent_printf.

  - The various debug_hw_points declarations throughout GDB and
    gdbserver have been replaced with one in common/common-debug.[ch].
    This addresses an issue noted against patch 10 of the previous
    version of this series [1].

Built and regtested on x86_64 RHEL6.5.

Ok to commit?

Thanks,
Gary

--
[1] https://sourceware.org/ml/gdb-patches/2014-08/msg00136.html


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

end of thread, other threads:[~2014-08-20 15:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-11 15:18 [PATCH 0/4 v6] Common code cleanups (first four) Gary Benson
2014-08-11 15:18 ` [PATCH 2/4 v6] Introduce common-types.h Gary Benson
2014-08-11 15:18 ` [PATCH 3/4 v6] Move print-utils.h to common-defs.h Gary Benson
2014-08-11 15:18 ` [PATCH 1/4 v6] Introduce common/errors.h Gary Benson
2014-08-11 16:17 ` [PATCH 4/4 v6] Introduce common-debug.h Gary Benson
2014-08-12 23:52   ` Doug Evans
2014-08-20 15:51     ` Pedro Alves

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