public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug mi/11407] -stack-list-locals should catch python exceptions and return the error per variable
       [not found] <bug-11407-4717@http.sourceware.org/bugzilla/>
@ 2014-02-16 17:51 ` jackie.rosen at hushmail dot com
  2014-05-28 19:44 ` schwab at sourceware dot org
  1 sibling, 0 replies; 5+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 17:51 UTC (permalink / raw)
  To: gdb-prs

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #40 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.

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


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

* [Bug mi/11407] -stack-list-locals should catch python exceptions and return the error per variable
       [not found] <bug-11407-4717@http.sourceware.org/bugzilla/>
  2014-02-16 17:51 ` [Bug mi/11407] -stack-list-locals should catch python exceptions and return the error per variable jackie.rosen at hushmail dot com
@ 2014-05-28 19:44 ` schwab at sourceware dot org
  1 sibling, 0 replies; 5+ messages in thread
From: schwab at sourceware dot org @ 2014-05-28 19:44 UTC (permalink / raw)
  To: gdb-prs

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

Andreas Schwab <schwab at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jackie.rosen at hushmail dot com   |

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


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

* [Bug mi/11407] -stack-list-locals should catch python exceptions and return the error per variable
  2010-03-20 16:31 [Bug python/11407] New: " niko dot sams at gmail dot com
  2010-06-28 17:15 ` [Bug mi/11407] " pmuldoon at redhat dot com
  2010-09-16 13:50 ` pmuldoon at redhat dot com
@ 2010-09-16 13:51 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: pmuldoon at redhat dot com @ 2010-09-16 13:51 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From pmuldoon at redhat dot com  2010-09-16 13:51 -------
Set Target to 7.3

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|7.1                         |7.3


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug mi/11407] -stack-list-locals should catch python exceptions and return the error per variable
  2010-03-20 16:31 [Bug python/11407] New: " niko dot sams at gmail dot com
  2010-06-28 17:15 ` [Bug mi/11407] " pmuldoon at redhat dot com
@ 2010-09-16 13:50 ` pmuldoon at redhat dot com
  2010-09-16 13:51 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: pmuldoon at redhat dot com @ 2010-09-16 13:50 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-09-16 13:48 -------
Subject: Bug 11407

CVSROOT:	/cvs/src
Module name:	src
Changes by:	pmuldoon@sourceware.org	2010-09-16 13:47:55

Modified files:
	gdb            : ChangeLog 
	gdb/mi         : mi-cmd-stack.c 
	gdb/testsuite  : ChangeLog 
Added files:
	gdb/testsuite/gdb.mi: dw2-ref-missing-frame-func.c 
	                      dw2-ref-missing-frame-main.c 
	                      dw2-ref-missing-frame.S 
	                      dw2-ref-missing-frame.exp 

Log message:
	2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
	
	PR mi/11407
	* mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
	read_var_value and common_val_print and print a warning.
	
	2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
	Jan Kratochvil  <jan.kratochvil@redhat.com>
	
	PR mi/11407
	* gdb.mi/dw2-ref-missing-frame-func.c: New File.
	* gdb.mi/dw2-ref-missing-frame-main.c New File.
	* gdb.mi/dw2-ref-missing-frame.S New File.
	* gdb.mi/dw2-ref-missing-frame.exp New File.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12189&r2=1.12190
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmd-stack.c.diff?cvsroot=src&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2449&r2=1.2450
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/dw2-ref-missing-frame-func.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/dw2-ref-missing-frame-main.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/dw2-ref-missing-frame.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/dw2-ref-missing-frame.exp.diff?cvsroot=src&r1=NONE&r2=1.1


------- Additional Comments From pmuldoon at redhat dot com  2010-09-16 13:50 -------
MI fix checked in as per comment #37.  Thanks for your patience!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug mi/11407] -stack-list-locals should catch python exceptions and return the error per variable
  2010-03-20 16:31 [Bug python/11407] New: " niko dot sams at gmail dot com
@ 2010-06-28 17:15 ` pmuldoon at redhat dot com
  2010-09-16 13:50 ` pmuldoon at redhat dot com
  2010-09-16 13:51 ` pmuldoon at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: pmuldoon at redhat dot com @ 2010-06-28 17:15 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-06-25 15:35 -------
Subject: Bug 11407

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jkratoch@sourceware.org	2010-06-25 15:34:46

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.dwarf2: dw2-ref-missing-frame-main.c 
	                          dw2-ref-missing-frame.S 
	                          dw2-ref-missing-frame.exp 
Added files:
	gdb/testsuite/gdb.dwarf2: dw2-ref-missing-frame-func.c 

Log message:
	gdb/testsuite/
	Test PR python/11407.
	* gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
	* gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
	Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
	* gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
	executable_nofb and executable_fb.  New variables srcsfile, objsfile,
	srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
	binfile.  Call gdb_compile with clean_restart twice.
	(func_nofb print, func_nofb backtrace, func_loopfb print)
	(func_loopfb backtrace): New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2350&r2=1.2351
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-func.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-main.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.S.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp.diff?cvsroot=src&r1=1.4&r2=1.5


------- Additional Comments From pmuldoon at redhat dot com  2010-06-28 17:15 -------
A patch was posted for the CLI interpretation of the bug here:

http://sourceware.org/ml/gdb-cvs/2010-06/msg00169.html

A patch for MI is currently being discussed here.  Here is the latest rendition
of tha patch:

http://sourceware.org/ml/gdb-patches/2010-06/msg00599.html

Assigned this bug to MI component.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|python                      |mi


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2014-05-28 19:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11407-4717@http.sourceware.org/bugzilla/>
2014-02-16 17:51 ` [Bug mi/11407] -stack-list-locals should catch python exceptions and return the error per variable jackie.rosen at hushmail dot com
2014-05-28 19:44 ` schwab at sourceware dot org
2010-03-20 16:31 [Bug python/11407] New: " niko dot sams at gmail dot com
2010-06-28 17:15 ` [Bug mi/11407] " pmuldoon at redhat dot com
2010-09-16 13:50 ` pmuldoon at redhat dot com
2010-09-16 13:51 ` pmuldoon 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).