History log of /sssd-io/contrib/gdb/sssd_gdb_plugin.py
Revision Date Author Comments Expand
942edc402f4acc3de4dc3ec15a89d31d9f206cf6 10-Mar-2018 Fabiano Fidêncio <fidencio@redhat.com>

CONTRIB: Fix E305 pep8 issues on sssd_gdb_plugin.py E305: expected 2 blank lines after class or function definition, found 1 This issue was found on a debian_testing machine. Resolves: https://pagure.io/SSSD/sssd/issue/3605 Reviewed-by: Michal Židek <mzidek@redhat.com> Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>

6df8895947fbd0a01df92b82d6f418c8202595b2 10-Mar-2018 Fabiano Fidêncio <fidencio@redhat.com>

CONTRIB: Fix E501 pep8 issues on sssd_gdb_plugin.py E501: line too long (longer than 79 characters) Resolves: https://pagure.io/SSSD/sssd/issue/3605 Reviewed-by: Michal Židek <mzidek@redhat.com> Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>

ddb51fdac4fbb97a72ba70ae7345c62a03e90c26 23-Nov-2015 Jakub Hrozek <jhrozek@redhat.com>

CONTRIB: Add a gdb pretty-printer for ldb and sysdb_attrs Printing ldb structures and sysdb_attrs can be a pain. This patch adds a gdb pretty-printer to help SSSD and LDB debugging plugins Activate them by putting: source /path/to/this/file.py to your .gdbinit file To bypass the pretty printer and print the raw values, use the "/r" option: print /r foobar Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>