public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Support dlang demangle in cxxfilter
@ 2014-10-11  9:49 Iain Buclaw
  2014-10-24 15:22 ` Iain Buclaw
  2014-10-29 17:07 ` Nicholas Clifton
  0 siblings, 2 replies; 3+ messages in thread
From: Iain Buclaw @ 2014-10-11  9:49 UTC (permalink / raw)
  To: gdb-patches, Binutils Development

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

Hi,

This is a trivial patch to add dlang support in c++filt following the
sync with upstream libiberty.

-- Iain

binutils/ChangeLog
2014-10-11  Iain Buclaw  <ibuclaw@gdcproject.org>

    * cxxfilt.c (main): Add case for dlang_demangling style.

---

[-- Attachment #2: cxxfilt.patch --]
[-- Type: text/x-patch, Size: 387 bytes --]

diff --git a/binutils/cxxfilt.c b/binutils/cxxfilt.c
index 157ebe0..03c4d0c 100644
--- a/binutils/cxxfilt.c
+++ b/binutils/cxxfilt.c
@@ -239,6 +239,7 @@ main (int argc, char **argv)
     case edg_demangling:
     case gnat_demangling:
     case gnu_v3_demangling:
+    case dlang_demangling:
     case auto_demangling:
       valid_symbols = standard_symbol_characters ();
       break;

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

* Re: [PATCH] Support dlang demangle in cxxfilter
  2014-10-11  9:49 [PATCH] Support dlang demangle in cxxfilter Iain Buclaw
@ 2014-10-24 15:22 ` Iain Buclaw
  2014-10-29 17:07 ` Nicholas Clifton
  1 sibling, 0 replies; 3+ messages in thread
From: Iain Buclaw @ 2014-10-24 15:22 UTC (permalink / raw)
  To: gdb-patches, Binutils Development

On 11 October 2014 10:49, Iain Buclaw <ibuclaw@gdcproject.org> wrote:
> Hi,
>
> This is a trivial patch to add dlang support in c++filt following the
> sync with upstream libiberty.
>


Forgot about this until I stumbled upon it, so I thought I might ping it.

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

* Re: [PATCH] Support dlang demangle in cxxfilter
  2014-10-11  9:49 [PATCH] Support dlang demangle in cxxfilter Iain Buclaw
  2014-10-24 15:22 ` Iain Buclaw
@ 2014-10-29 17:07 ` Nicholas Clifton
  1 sibling, 0 replies; 3+ messages in thread
From: Nicholas Clifton @ 2014-10-29 17:07 UTC (permalink / raw)
  To: Iain Buclaw, gdb-patches, Binutils Development

Hi Iain,

> binutils/ChangeLog
> 2014-10-11  Iain Buclaw  <ibuclaw@gdcproject.org>
>
>      * cxxfilt.c (main): Add case for dlang_demangling style.

Approved - please apply.

Cheers
   Nick


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

end of thread, other threads:[~2014-10-29 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-11  9:49 [PATCH] Support dlang demangle in cxxfilter Iain Buclaw
2014-10-24 15:22 ` Iain Buclaw
2014-10-29 17:07 ` Nicholas Clifton

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