summaryrefslogtreecommitdiff
path: root/solenv/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-02-25six: upgrade release to 1.14.0 used by gdbJens Carl1-21/+48
2019-06-25remove Fraction pretty-printerNoel Grandin1-24/+0
2019-05-28six: upgrade release to 1.12.0 used by gdbJens Carl1-80/+456
2019-05-16Make gdb autoload template more pythonicJens Carl1-7/+7
2019-04-21fix gdb helper for ColorNoel Grandin1-5/+4
2019-04-13Fix Python exception in gdb pretty-printer basegfxJens Carl1-12/+29
2018-10-25fix gdb pretty printingNoel Grandin2-5/+5
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-5/+5
2018-04-04Fix SfxItemSet pretty printer after some uniqueptr conversionsKatarina Behrens1-1/+1
2018-03-14fix pretty printing of Fraction betterNoel Grandin1-1/+8
2018-03-14Adapt FractionPrinterStephan Bergmann1-1/+1
2017-11-08gdb pretty-printers: avoid segfauls in B2DPolygonPrinterMichael Stahl1-9/+17
2017-09-29gdb pretty-printers: fix StringPrinterHelper for gdb 8.0Michael Stahl2-5/+5
2017-09-15solenv: fix GDB pretty-printers for SwNodes yet againMichael Stahl1-1/+1
2017-07-29Fix no longer valid commentPranav Kant1-2/+2
2017-07-28Fix scheduler GDB pretty printerJan-Marek Glogowski1-1/+0
2017-07-13fix BigPtrArray pretty printerNoel Grandin1-1/+1
2017-07-13Run Idle tasks immediatlyJan-Marek Glogowski1-1/+1
2017-07-13Introduce a scheduler stackJan-Marek Glogowski1-0/+5
2017-07-07re-add some gdb BigPtrArray pretty printingNoel Grandin1-1/+1
2017-07-07Revert "use std::vector in BigPtrArray"Noel Grandin1-3/+3
2017-06-28gdb pretty-printers: fix BigPtrArrayPrinter after recent std::isationMichael Stahl1-3/+3
2017-04-04Missing str(...) when an arg is itself a css::uno::Sequence<...>Stephan Bergmann1-1/+1
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin1-2/+42
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski1-9/+17
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-8/+8
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+90
2017-01-17used std::map in SfxItemSetNoel Grandin1-42/+2
2016-12-20gdb pretty printers: fix the SwXTextCursor::Impl one even moreMichael Stahl1-5/+8
2016-12-20gdb pretty printers: fix BigPtrArray printer for member renameMichael Stahl1-4/+4
2016-12-20gdb pretty printers: fix SwXTextCursor::Impl printer for SwClient renameMichael Stahl1-1/+1
2016-12-20gdb pretty printers: fix SwPaM printer for Ring member renamingMichael Stahl1-2/+2
2016-12-14solenv: adapt SwPositionPrinter to BigPtrEntry renamingMichael Stahl1-4/+4
2016-10-23Fix typosAndrea Gelmini1-1/+1
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-3/+5
2016-06-16Improve output of UnoAnyPrinterStephan Bergmann1-12/+6
2016-01-02GDB: pretty-print more sw::mark::MarkBase classesJan-Marek Glogowski1-8/+9
2015-12-07loplugin:mergeclasses OOXMLPropertyImpl into OOXMLPropertyNoel Grandin1-2/+2
2015-12-07loplugin:mergeclasses, merge OOXMLPropertyImpl into OOXMLPropertyNoel Grandin1-2/+2
2015-07-30gdb pretty printers for boost can't iterate with Python 3Michael Stahl2-6/+6
2015-07-27gdb pretty printer for SwNodes fails on Python 3 due to "unicode"Michael Stahl1-1/+1
2015-06-15sw: prefix members of SwNodeIndexMichael Stahl1-2/+2
2015-05-26gdb: SwTxtNode -> SwTextNodeMiklos Vajna1-1/+1
2015-04-08solenv: there are no more SvArrays in need of pretty printingMichael Stahl1-80/+0
2015-04-08solenv: add GDB pretty printer for SfxItemSetMichael Stahl1-0/+66
2015-01-29gdb pretty printers: fix the sw::mark::IMark and SwModify printersMichael Stahl1-29/+8
2015-01-29gdb pretty printers: remove obsolete tools container printersMichael Stahl1-147/+0
2015-01-27Adapt FractionPrinterStephan Bergmann1-3/+4
2014-11-10Do not deref (potentially dangling) weak_ptrStephan Bergmann1-1/+11
2014-11-10Adapt FractionPrinterStephan Bergmann1-3/+3