summaryrefslogtreecommitdiffstats
path: root/src/plugins/abrt-action-list-dsos.txt
blob: 18d1070888eba6bb8622956bfba6a0c7b514d544 (plain)
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
abrt-action-list-dsos(1)
======================

NAME
----
abrt-action-list-dsos - Prints out DSO from mapped memory regions.

SYNOPSIS
--------
'abrt-action-list-dsos' [-o OUTFILE] -m PROC_PID_MAP_FILE

DESCRIPTION
-----------
The tool reads a file containing the mapped memory regions.
Output is printed to 'stdout' or 'file'.

Output format:

------------
%p %n %v %i
------------
where

'%p'::
	path to library or binary file, which is mapped in memory region
'%n'::
	name, version, release, architecture of package, where '%p' belongs
'%v'::
	vendor of package
'%i'::
	installation time

OPTIONS
-------
-o OUTFILE::
   Output file, if not specified, it is printed to 'stdout'

-m PROC_PID_MAP_FILE::
   File containing the mapped memory regions

AUTHORS
-------
* ABRT team