public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Update complex number support
@ 2020-03-07 15:22 Tom Tromey
  2020-03-07 15:22 ` [PATCH 1/7] Change how complex types are created Tom Tromey
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Tom Tromey @ 2020-03-07 15:22 UTC (permalink / raw)
  To: gdb-patches

A while back, I happened to notice that gdb did not handle complex
numbers very well.  You could print them but, at least in C, not enter
them; and no complex operations were supported.

This series improves this situation.  Now the C parser can read
complex numbers; some complex operations are supported; casts work
(which is important for "watch -location"); and the output is changed
to be easier to read (IMO).

Tom



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

end of thread, other threads:[~2020-03-21  5:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-07 15:22 [PATCH 0/7] Update complex number support Tom Tromey
2020-03-07 15:22 ` [PATCH 1/7] Change how complex types are created Tom Tromey
2020-03-07 15:22 ` [PATCH 2/7] Add accessors for members of complex numbers Tom Tromey
2020-03-07 15:22 ` [PATCH 3/7] Change how complex types are printed in C Tom Tromey
2020-03-07 15:22 ` [PATCH 4/7] Change the C parser to allow complex constants Tom Tromey
2020-03-07 15:22 ` [PATCH 5/7] Allow printing of complex integers Tom Tromey
2020-03-20 21:52   ` Tom Tromey
2020-03-07 15:22 ` [PATCH 6/7] Implement complex arithmetic Tom Tromey
2020-03-07 15:22 ` [PATCH 7/7] Add _Complex type support to C parser Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).