1ABRT-ACTION-LIST-(1) ABRT Manual ABRT-ACTION-LIST-(1)
2
3
4
6 abrt-action-list-dsos - Prints out DSO from mapped memory regions.
7
9 abrt-action-list-dsos [-o OUTFILE] -m PROC_PID_MAP_FILE
10
12 The tool reads a file containing the mapped memory regions. Output is
13 printed to stdout or file.
14
15 Output format:
16
17 %p %n %v %i
18
19 where
20
21 %p
22 path to library or binary file, which is mapped in memory region
23
24 %n
25 name, version, release, architecture of package, where %p belongs
26
27 %v
28 vendor of package
29
30 %i
31 installation time
32
34 -o OUTFILE
35 Output file, if not specified, it is printed to stdout
36
37 -m PROC_PID_MAP_FILE
38 File containing the mapped memory regions
39
41 • ABRT team
42
43
44
45abrt 2.17.1 07/19/2023 ABRT-ACTION-LIST-(1)