public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [patch] 64-bit fix for srctextwin
@ 2002-09-19 23:16 Martin M. Hunt
  2002-09-20  8:43 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Martin M. Hunt @ 2002-09-19 23:16 UTC (permalink / raw)
  To: insight

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

Checked this in too.  Thought we fixed all these.

-- 
Martin Hunt
GDB Engineer
Red Hat, Inc.

2002-09-19  Martin M. Hunt  <hunt@redhat.com>

        * library/srctextwin.itb (FillAssembly): Fix debug
        statement for 64-bit addresses.
        (showBPBalloon): Fix for 64-bit addresses.



[-- Attachment #2: p --]
[-- Type: text/x-diff, Size: 998 bytes --]

Index: library/srctextwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/srctextwin.itb,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -u -r1.35 -r1.36
--- library/srctextwin.itb	7 Jun 2002 09:22:44 -0000	1.35
+++ library/srctextwin.itb	20 Sep 2002 06:12:28 -0000	1.36
@@ -1026,7 +1026,7 @@
     set oldpane $pane
     set result [LoadFromCache $w $addr A $lib]
     if {$result == 1} {
-      #debug [format "Disassembling at %x" $addr]
+      #debug "Disassembling at $addr"
       #debug "cf=$current(filename) name=$filename"
       if {[catch {gdb_load_disassembly $win nosource \
 			     [scope _map] $Cname $addr} mess]} {
@@ -2324,7 +2324,7 @@
 
     if {$need_lf} {append str \n}
 
-    append str [format "breakpoint %d at %s:%d (%#x)\n   %s %s %s" \
+    append str [format "breakpoint %d at %s:%d (%s)\n   %s %s %s" \
 		  $b $file $linenum $addr $enabled $type $disposition]
 
     if {$thread != "-1"} {

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

* Re: [patch] 64-bit fix for srctextwin
  2002-09-19 23:16 [patch] 64-bit fix for srctextwin Martin M. Hunt
@ 2002-09-20  8:43 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2002-09-20  8:43 UTC (permalink / raw)
  To: Martin M. Hunt; +Cc: insight

On Thu, 19 Sep 2002, Martin M. Hunt wrote:

> Checked this in too.  Thought we fixed all these.

Hmm, I remember making these changes at one time, too. Odd. I guess I lost 
track of them.

Anyway, thanks!
Keith


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

end of thread, other threads:[~2002-09-20 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-19 23:16 [patch] 64-bit fix for srctextwin Martin M. Hunt
2002-09-20  8:43 ` Keith Seitz

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