public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/16008] Make MSYMBOL_SIZE Python accessible
  2013-10-06 18:22 [Bug python/16008] New: Make MSYMBOL_SIZE Python accessible jan.kratochvil at redhat dot com
@ 2013-10-06 18:22 ` jan.kratochvil at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: jan.kratochvil at redhat dot com @ 2013-10-06 18:22 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan.kratochvil at redhat dot com,
                   |                            |pmuldoon at redhat dot com

-- 
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 python/16008] New: Make MSYMBOL_SIZE Python accessible
@ 2013-10-06 18:22 jan.kratochvil at redhat dot com
  2013-10-06 18:22 ` [Bug python/16008] " jan.kratochvil at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: jan.kratochvil at redhat dot com @ 2013-10-06 18:22 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 16008
           Summary: Make MSYMBOL_SIZE Python accessible
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
        Depends on: 16007

https://bugzilla.redhat.com/show_bug.cgi?id=1015419#c5
=
We have a user report where coredump contains $pc pointing into .bss
gdb "disassemble", consequently, tries to disassemble *entire* .bss.
Please add a parameter or an option to "disassemble" command
which can be used to cap the output size. Something along the lines of
(gdb) disassemble /maxlines:20000

A proper "disassemble FUNCTION,+MAXSIZE" command would be easy to execute as
long as we could calculate MAXSIZE as min(20000,MSYMBOL_SIZE(FUNCTION)).

-- 
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:[~2013-10-06 18:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-06 18:22 [Bug python/16008] New: Make MSYMBOL_SIZE Python accessible jan.kratochvil at redhat dot com
2013-10-06 18:22 ` [Bug python/16008] " jan.kratochvil at redhat dot com

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