public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Expression parser fixes for address space qualifiers.
@ 2021-03-26 14:26 Felix Willgerodt
  2021-03-26 14:26 ` [PATCH 1/2] gdb: Allow address space qualifier parsing in C++ Felix Willgerodt
  2021-03-26 14:26 ` [PATCH 2/2] gdb: Fix reduce/reduce conflicts for qualifier_seq_noopt in the C parser Felix Willgerodt
  0 siblings, 2 replies; 12+ messages in thread
From: Felix Willgerodt @ 2021-03-26 14:26 UTC (permalink / raw)
  To: gdb-patches, felix.willgerodt

These are some general bug fixes for the address space qualifier parsing in
C/C++ and is pre-work for a target at Intel that will make use of this feature.

I tested this on x86-64 Ubuntu 20.04 and Fedora 31, and the avr parts with
'target sim avr' and avr-gcc 9.2.0 using '-mmcu=atmega328p'.

Any comments very welcome!

Felix

Felix Willgerodt (2):
  gdb: Allow address space qualifier parsing in C++.
  gdb: Fix reduce/reduce conflicts for qualifier_seq_noopt in the C
    parser.

 gdb/c-exp.y | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

-- 
2.25.4

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


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

end of thread, other threads:[~2021-04-06  9:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26 14:26 [PATCH 0/2] Expression parser fixes for address space qualifiers Felix Willgerodt
2021-03-26 14:26 ` [PATCH 1/2] gdb: Allow address space qualifier parsing in C++ Felix Willgerodt
2021-04-01 18:16   ` Tom Tromey
2021-04-02 12:33     ` Willgerodt, Felix
2021-04-02 12:47       ` Luis Machado
2021-04-02 16:48       ` Simon Marchi
2021-04-02 16:51         ` Simon Marchi
2021-04-05  2:32           ` Simon Marchi
2021-04-06  9:30         ` Willgerodt, Felix
2021-03-26 14:26 ` [PATCH 2/2] gdb: Fix reduce/reduce conflicts for qualifier_seq_noopt in the C parser Felix Willgerodt
2021-04-01 18:20   ` Tom Tromey
2021-04-02 12:33     ` Willgerodt, Felix

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).