public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/13262] New: Hide artificial inlines (at least by default)
@ 2011-10-05 16:40 jakub at redhat dot com
  2024-01-09 19:46 ` [Bug gdb/13262] " ssbssa at sourceware dot org
  0 siblings, 1 reply; 2+ messages in thread
From: jakub at redhat dot com @ 2011-10-05 16:40 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=13262

             Bug #: 13262
           Summary: Hide artificial inlines (at least by default)
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jakub@redhat.com
    Classification: Unclassified


As discussed in http://gcc.gnu.org/ml/gcc-patches/2011-10/msg00348.html
and for further info see
http://gcc.gnu.org/ml/gcc-patches/2007-08/msg02300.html
and following thread, it doesn't seem GDB hides by default artificial inline
functions.  glibc and gcc *intrin*.h headers use the artificial attribute
extensively where those inlines shouldn't be visible to the user during single
stepping and backtrace.

extern __inline __attribute__
((__always_inline__,__artificial__,__gnu_inline__)) char *
__attribute__ ((__nothrow__)) strcpy (char *__restrict __dest, __const char
*__restrict __src)
{
  return __builtin___strcpy_chk (__dest, __src, __builtin_object_size (__dest,
2 > 1));
}

char buf[6];
int main(int argc, char **argv)
{
  strcpy (buf,"hello ");
  asm volatile ("" : : : "memory");
  return 0;
}

IMHO the hiding should be just the default behavior, with a way to enable
seeing them in backtraces and seeing them on step through.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug gdb/13262] Hide artificial inlines (at least by default)
  2011-10-05 16:40 [Bug gdb/13262] New: Hide artificial inlines (at least by default) jakub at redhat dot com
@ 2024-01-09 19:46 ` ssbssa at sourceware dot org
  0 siblings, 0 replies; 2+ messages in thread
From: ssbssa at sourceware dot org @ 2024-01-09 19:46 UTC (permalink / raw)
  To: gdb-prs

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

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ssbssa at sourceware dot org

--- Comment #1 from Hannes Domani <ssbssa at sourceware dot org> ---
See also PR13263.

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

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

end of thread, other threads:[~2024-01-09 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-05 16:40 [Bug gdb/13262] New: Hide artificial inlines (at least by default) jakub at redhat dot com
2024-01-09 19:46 ` [Bug gdb/13262] " ssbssa at sourceware dot org

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