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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
Source: mdb
Section: admin
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
gcc-multilib [illumos-amd64],
illumos-source-4.3,
libc-db1-dev , lib32c-db1-dev [illumos-amd64] ,
libctf-dev , lib32ctf-dev [illumos-amd64] ,
libkvm1-dev (>= 4.3) , lib32kvm1-dev [illumos-amd64] ,
libtinfo-dev , lib32tinfo-dev [illumos-amd64] ,
libproc1-dev , lib32proc1-dev [illumos-amd64] ,
libscf1-dev , lib32scf1-dev [illumos-amd64] ,
libsundisasm1-dev , lib32sundisasm1-dev [illumos-amd64] ,
libelfg0-dev , lib32elfg0-dev [illumos-amd64] ,
libsunavl-dev , lib32sunavl-dev [illumos-amd64] ,
libumem1-dev (>= 4.3) , lib32umem1-dev [illumos-amd64] ,
libstanddisasm-dev ,
libstandumem-dev ,
libsysevent1-dev ,
libtopo1-dev (>= 4.3),
uts-dev (>= 4.3+3),
ncurses-term,
quilt,
sgs-lex,
sgs-yacc,
sunmake,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: mdb
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends},
Recommends: mdb-kvm, mdb-proc
Suggests: gdb
Description: an extensible, low-level modular debugger
The mdb utility is an extensible utility for low-level debugging and
editing of the live operating system, operating system crashdumps,
user processes, user process core dumps, and object files.
Package: mdb-kvm
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}, mdb (>= ${binary:Version})
Description: kvm (the live operating system) target for MDB
The target is the program being inspected by the debugger.
This package includes modules for debugging the live operating system
(via /dev/kmem and /dev/ksyms).
.
The mdb utility is an extensible utility for low-level debugging and
editing of the live operating system, operating system crashdumps,
user processes, user process core dumps, and object files.
Package: mdb-proc
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}, mdb (>= ${binary:Version})
Description: proc (user processes) target for MDB
The target is the program being inspected by the debugger.
This package includes modules for debugging user processes.
Those modules are libc.so, libsysevent.so, libumem.so and others.
.
The mdb utility is an extensible utility for low-level debugging and
editing of the live operating system, operating system crashdumps,
user processes, user process core dumps, and object files.
Package: mdb32
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends},
Recommends: mdb32-proc
Suggests: gdb
Description: an extensible, low-level modular debugger (32-bit version)
The mdb utility is an extensible utility for low-level debugging and
editing of the live operating system, operating system crashdumps,
user processes, user process core dumps, and object files.
.
This package includes 32-bit version of MDB for debugging 32-bit
applications on 64-bit systems.
.
No special setup is required: /usr/bin/mdb will call the right
version of the debugger.
Package: mdb32-proc
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, mdb32 (>= ${binary:Version})
Description: proc (32-bit user processes) target for MDB
The target is the program being inspected by the debugger. This package
includes modules for debugging 32-bit user processes on 64-bit systems.
Those modules are libc.so, libsysevent.so, libumem.so and others.
.
The mdb utility is an extensible utility for low-level debugging and
editing of the live operating system, operating system crashdumps,
user processes, user process core dumps, and object files.
Package: mdb-dev
Section: devel
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: an extensible, low-level modular debugger (header files)
This package includes header files needed to compile mdb modules.
.
The mdb utility is an extensible utility for low-level debugging and
editing of the live operating system, operating system crashdumps,
user processes, user process core dumps, and object files.
|