This is the mail archive of the gdb@sources.redhat.com 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]

Re: Slow handling of C++ symbol names


As far as DMGL_VERBOSE and other DMGL_* options go, I am actually just
running two versions of c++filt with no special options and then
comparing the results.  So I am not covering the layer of software where
gdb uses different DMGL_* options.

A little grep fu says that gdb uses combinations of:

  DMGL_NO_OPTS
  DMGL_ANSI
  DMGL_ARM
  DMGL_JAVA
  DMGL_PARAMS

Michael C


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