summaryrefslogtreecommitdiff
path: root/security/peda/files/pkg-message.in
blob: 61266c6ab8c4b4f553adb5faf8d4435930cd7789 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{ type: install
  message: <<EOM
Now that PEDA is installed it can be used with gdb(1).

Run the following command in the gdb prompt to load the plugin:

```
source %%LIBEXECDIR%%/%%UTILITY_NAME%%
```

In order to load PEDA automatically on gdb(1) launch add the line mentioned
above to ~/.gdbinit:

```
echo "source %%LIBEXECDIR%%/%%UTILITY_NAME%%" >> ~/.gdbinit
```

Keep in mind that PEDA requires at least GDB 7.0 to work.
EOM
}
]