about summary refs log tree commit diff stats
path: root/apidocs/python
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2022-03-27 22:45:29 +0300
committerPaul Fertser <fercerpav@gmail.com>2022-03-28 16:37:07 +0300
commitca782b5385dbf321ce2125cfbc99eeebd118c2b2 (patch)
tree0b095d168026c89c3b79007e6f4f221ce7982c8f /apidocs/python
parentb9e811efb3725257ee4d3b6ee02c081a325bf075 (diff)
downloadprofani-tty-ca782b5385dbf321ce2125cfbc99eeebd118c2b2.tar.gz
Add debug information to binary
Option -ggdb3 (same as -g3) doesn't affect code-generation, just adds
to the binary size of an executable. Automake strips installed
binaries automatically when "make install-strip" is run so enabling
this option permanently doesn't affect the end result while allowing
for hassle-free interactive debugging.

If one is running a stripped binary it's still possible to attach GDB
by process PID and then use "file /path/to/unstripped/profanity" to
get all symbols and lines data.
Diffstat (limited to 'apidocs/python')
0 files changed, 0 insertions, 0 deletions
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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202