summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Teach script about some Python-aware annotations in GDB btHEADmasterJan Pokorný2014-01-031-3/+6
| | | | | | | This need arose in connection to https://bugzilla.redhat.com/1048330#redshift-gtk-will-segfault-when-run-manually-from-terminal Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Print certain diagnostic to stderr incl. line numberJan Pokorný2013-09-301-3/+9
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Generalize string definition (still not 100% due to quote)Jan Pokorný2013-04-031-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Start collecting unusual observationsJan Pokorný2013-04-031-0/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Be ready for some missing fields (e.g., with _dl_new_object)Jan Pokorný2013-04-031-5/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Be ready for <signal handler called> in place of a functionJan Pokorný2013-04-031-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add license fileJan Pokorný2013-03-222-0/+340
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Make more robust and simplify+prettify indentationsJan Pokorný2013-03-221-24/+32
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Some string parameters can be prefixed by hexaddressJan Pokorný2013-03-051-2/+2
| | | | | | | Similarly, access out-of-bounds messages can be appended to the address itself. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Handle numeric (non-hex) function arguments correctlyJan Pokorný2013-02-131-3/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Handle strings as (resolved) function arguments correctlyJan Pokorný2012-12-171-5/+7
| | | | | | | | Test case line: (this=0x7fffffffe280, nodename="", clustername="", msg="") \ at Monitor.cpp:199 Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* refactor for some OOJan Pokorný2012-11-201-15/+40
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* be a proper filter, just pass unrecognized lines furtherJan Pokorný2012-11-191-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* work better with lines like "#9 0x00007ff08691590d in ?? ()"Jan Pokorný2012-11-191-4/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* No more pain with backtraces in bugzilla.Jan Pokorný2012-11-191-0/+43
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>