public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/28344] New: How to build the gdb with debugging symbols?
@ 2021-09-16  8:07 beaux_monde at tut dot by
  2021-09-16  8:25 ` [Bug build/28344] " schwab@linux-m68k.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: beaux_monde at tut dot by @ 2021-09-16  8:07 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28344

            Bug ID: 28344
           Summary: How to build the gdb with debugging symbols?
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: beaux_monde at tut dot by
  Target Milestone: ---

I didn't found any info how to build the gdb itself with debugging symbols.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug build/28344] How to build the gdb with debugging symbols?
  2021-09-16  8:07 [Bug build/28344] New: How to build the gdb with debugging symbols? beaux_monde at tut dot by
@ 2021-09-16  8:25 ` schwab@linux-m68k.org
  2021-09-19  2:14 ` simark at simark dot ca
  2021-09-19  2:14 ` simark at simark dot ca
  2 siblings, 0 replies; 4+ messages in thread
From: schwab@linux-m68k.org @ 2021-09-16  8:25 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28344

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
Like every other software.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug build/28344] How to build the gdb with debugging symbols?
  2021-09-16  8:07 [Bug build/28344] New: How to build the gdb with debugging symbols? beaux_monde at tut dot by
  2021-09-16  8:25 ` [Bug build/28344] " schwab@linux-m68k.org
@ 2021-09-19  2:14 ` simark at simark dot ca
  2021-09-19  2:14 ` simark at simark dot ca
  2 siblings, 0 replies; 4+ messages in thread
From: simark at simark dot ca @ 2021-09-19  2:14 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28344

Simon Marchi <simark at simark dot ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |simark at simark dot ca

--- Comment #2 from Simon Marchi <simark at simark dot ca> ---
Let's try to be a bit more helpful here: like most other software using an
Autoconf configure script, pass the required flags in the CFLAGS and CXXFLAGS
variables (since GDB is a mix of C and C++, you need both).  For example:

$ path/to/configure CFLAGS="-g3 -O0" CXXFLAGS="-g3 -O0"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug build/28344] How to build the gdb with debugging symbols?
  2021-09-16  8:07 [Bug build/28344] New: How to build the gdb with debugging symbols? beaux_monde at tut dot by
  2021-09-16  8:25 ` [Bug build/28344] " schwab@linux-m68k.org
  2021-09-19  2:14 ` simark at simark dot ca
@ 2021-09-19  2:14 ` simark at simark dot ca
  2 siblings, 0 replies; 4+ messages in thread
From: simark at simark dot ca @ 2021-09-19  2:14 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28344

Simon Marchi <simark at simark dot ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |NOTABUG

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2021-09-19  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16  8:07 [Bug build/28344] New: How to build the gdb with debugging symbols? beaux_monde at tut dot by
2021-09-16  8:25 ` [Bug build/28344] " schwab@linux-m68k.org
2021-09-19  2:14 ` simark at simark dot ca
2021-09-19  2:14 ` simark at simark dot ca

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