File: linux-gdb-amd64.reference

package info (click to toggle)
ocaml 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 44,372 kB
  • sloc: ml: 370,196; ansic: 52,820; sh: 27,419; asm: 5,462; makefile: 3,684; python: 974; awk: 278; javascript: 273; perl: 59; fortran: 21; cs: 9
file content (56 lines) | stat: -rw-r--r-- 1,645 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Breakpoint 1 at 0x00000000000000
Breakpoint 2 at 0x00000000000000
Breakpoint 3 at 0x00000000000000: file meander_c.c, line XXX.
Breakpoint 4 at 0x00000000000000: file meander.ml, line XXX.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/XXXX/libthread_db.so.1".
Breakpoint 1, <signal handler called>
frame 0: caml_start_program
frame 1: caml_startup_common
frame 2: caml_startup_common
frame 3: caml_startup_exn
frame 4: caml_startup
frame 5: caml_main
frame 6: main
Breakpoint 2, 0x00000000000000 in caml_program ()
frame 0: caml_program
frame 1: caml_start_program
frame 2: caml_startup_common
frame 3: caml_startup_common
frame 4: caml_startup_exn
frame 5: caml_startup
frame 6: caml_main
frame 7: main
Breakpoint 3, ocaml_to_c (unit=1) at meander_c.c:XX
5	    caml_callback(*caml_named_value
frame 0: ocaml_to_c
frame 1: caml_c_call
frame 2: camlMeander.omain
frame 3: camlMeander.entry
frame 4: caml_program
frame 5: caml_start_program
frame 6: caml_startup_common
frame 7: caml_startup_common
frame 8: caml_startup_exn
frame 9: caml_startup
frame 10: caml_main
frame 11: main
Breakpoint 4, camlMeander.c_to_ocaml () at meander.ml:5
5	let c_to_ocaml () = raise E1
frame 0: camlMeander.c_to_ocaml
frame 1: caml_start_program
frame 2: caml_callback_exn
frame 3: caml_callback
frame 4: ocaml_to_c
frame 5: caml_c_call
frame 6: camlMeander.omain
frame 7: camlMeander.entry
frame 8: caml_program
frame 9: caml_start_program
frame 10: caml_startup_common
frame 11: caml_startup_common
frame 12: caml_startup_exn
frame 13: caml_startup
frame 14: caml_main
frame 15: main
[Inferior 1 (process XXXX) exited normally]