summaryrefslogtreecommitdiff
path: root/solenv/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-24More useful pretty printing of invalid fractionsStephan Bergmann1-1/+1
2014-08-20gdb: print the SwNodeIndex properly if there are multiple blocksMichael Stahl1-2/+6
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-8/+2
2013-11-15Add Python 3 compatibility to GDB pretty printers.Jan-Marek Glogowski12-37/+50
2013-11-15Import Python six v1.4.1.Jan-Marek Glogowski1-0/+577
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-25/+0
2013-07-28Adapt gdb python pretty-printer to time nano-second precision API changeLionel Elie Mamane1-10/+10
2013-06-13Only print the rtl::Reference's pointerStephan Bergmann1-2/+1
2013-05-28Added pretty printers for writerfilter OOXML tokenizerCédric Bosdonnat1-0/+88
2013-05-28SmartPtr pretty printer now behaves according to set print object valueCédric Bosdonnat1-2/+7
2013-05-22Add gdb pretty-printers for basegfxThorsten Behrens1-0/+170
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks10-220/+40
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-45/+8
2013-04-13adapt gdb pretty-printers to libmergedPeter Foley1-2/+4
2013-04-10gdb: make uno::Reference output shorterMiklos Vajna1-2/+1
2013-04-09pretty-print SwXTextCursorMiklos Vajna1-0/+27
2013-04-09pretty-print SwUnoCrsrMiklos Vajna1-0/+22
2013-04-09gdb: pretty-printers for sw::mark::IMark, sw::UnoImplPtr and SwXTextRangeMiklos Vajna1-0/+62
2013-04-09gdb: get UnoReferencePrinter work againMiklos Vajna1-4/+1
2013-02-07gdb: UnoReferencePrinter: prevent ambiguity problems differentlyMichael Stahl1-4/+8
2013-01-31gdb: UnoReferencePrinter: prevent ambiguity problemsMichael Stahl1-1/+3
2013-01-28Only call data()/length() when self is valid()Stephan Bergmann1-2/+2