On 05/01/2016 10:33 AM, Pascal wrote:
> (gdb) break exception
> Catchpoint 3: all Ada exceptions
>
> Well, in the past I used a breakpoint directly in GNAT runtime:
>
> (gdb) br a-except.adb:975
> Breakpoint 4 at 0x10021b626: file a-except.adb, line 975.
> (gdb) run

(gdb) break exception
Function "exception" not defined.
Make breakpoint pending on future shared library load? (y or [n]) n
(gdb) br a-except.adb:975
No source file named a-except.adb.
Make breakpoint pending on future shared library load? (y or [n]) y

Breakpoint 1 (a-except.adb:975) pending.
(gdb) run

and gdb never reaches that breakpoint. The Gnoga log output doesn't show an
exception, either.

-- 
Jeff Carter
"Strange women lying in ponds distributing swords
is no basis for a system of government."
Monty Python & the Holy Grail
66

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to