summaryrefslogtreecommitdiffstats
path: root/solenv/gdb
Commit message (Expand)AuthorAgeFilesLines
* Change Idle to be a Timer subclassJan-Marek Glogowski2017-01-171-9/+17
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-8/+8
* tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski2017-01-171-0/+90
* used std::map in SfxItemSetNoel Grandin2017-01-171-42/+2
* gdb pretty printers: fix the SwXTextCursor::Impl one even moreMichael Stahl2016-12-201-5/+8
* gdb pretty printers: fix BigPtrArray printer for member renameMichael Stahl2016-12-201-4/+4
* gdb pretty printers: fix SwXTextCursor::Impl printer for SwClient renameMichael Stahl2016-12-201-1/+1
* gdb pretty printers: fix SwPaM printer for Ring member renamingMichael Stahl2016-12-201-2/+2
* solenv: adapt SwPositionPrinter to BigPtrEntry renamingMichael Stahl2016-12-141-4/+4
* Fix typosAndrea Gelmini2016-10-231-1/+1
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-081-3/+5
* Improve output of UnoAnyPrinterStephan Bergmann2016-06-161-12/+6
* GDB: pretty-print more sw::mark::MarkBase classesJan-Marek Glogowski2016-01-021-8/+9
* loplugin:mergeclasses OOXMLPropertyImpl into OOXMLPropertyNoel Grandin2015-12-071-2/+2
* loplugin:mergeclasses, merge OOXMLPropertyImpl into OOXMLPropertyNoel Grandin2015-12-071-2/+2
* gdb pretty printers for boost can't iterate with Python 3Michael Stahl2015-07-302-6/+6
* gdb pretty printer for SwNodes fails on Python 3 due to "unicode"Michael Stahl2015-07-271-1/+1
* sw: prefix members of SwNodeIndexMichael Stahl2015-06-151-2/+2
* gdb: SwTxtNode -> SwTextNodeMiklos Vajna2015-05-261-1/+1
* solenv: there are no more SvArrays in need of pretty printingMichael Stahl2015-04-081-80/+0
* solenv: add GDB pretty printer for SfxItemSetMichael Stahl2015-04-081-0/+66
* gdb pretty printers: fix the sw::mark::IMark and SwModify printersMichael Stahl2015-01-291-29/+8
* gdb pretty printers: remove obsolete tools container printersMichael Stahl2015-01-291-147/+0
* Adapt FractionPrinterStephan Bergmann2015-01-271-3/+4
* Do not deref (potentially dangling) weak_ptrStephan Bergmann2014-11-101-1/+11
* Adapt FractionPrinterStephan Bergmann2014-11-101-3/+3
* More useful pretty printing of invalid fractionsStephan Bergmann2014-10-241-1/+1
* gdb: print the SwNodeIndex properly if there are multiple blocksMichael Stahl2014-08-201-2/+6
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-311-8/+2
* Add Python 3 compatibility to GDB pretty printers.Jan-Marek Glogowski2013-11-1512-37/+50
* Import Python six v1.4.1.Jan-Marek Glogowski2013-11-151-0/+577
* Resolves: fdo#38838 remove UniStringCaolán McNamara2013-10-221-25/+0
* Adapt gdb python pretty-printer to time nano-second precision API changeLionel Elie Mamane2013-07-281-10/+10
* Only print the rtl::Reference's pointerStephan Bergmann2013-06-131-2/+1
* Added pretty printers for writerfilter OOXML tokenizerCédric Bosdonnat2013-05-281-0/+88
* SmartPtr pretty printer now behaves according to set print object valueCédric Bosdonnat2013-05-281-2/+7
* Add gdb pretty-printers for basegfxThorsten Behrens2013-05-221-0/+170
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-3010-220/+40
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-222-45/+8
* adapt gdb pretty-printers to libmergedPeter Foley2013-04-131-2/+4
* gdb: make uno::Reference output shorterMiklos Vajna2013-04-101-2/+1
* pretty-print SwXTextCursorMiklos Vajna2013-04-091-0/+27
* pretty-print SwUnoCrsrMiklos Vajna2013-04-091-0/+22
* gdb: pretty-printers for sw::mark::IMark, sw::UnoImplPtr and SwXTextRangeMiklos Vajna2013-04-091-0/+62
* gdb: get UnoReferencePrinter work againMiklos Vajna2013-04-091-4/+1
* gdb: UnoReferencePrinter: prevent ambiguity problems differentlyMichael Stahl2013-02-071-4/+8
* gdb: UnoReferencePrinter: prevent ambiguity problemsMichael Stahl2013-01-311-1/+3
* Only call data()/length() when self is valid()Stephan Bergmann2013-01-281-2/+2
* gdb: print something also for non-recognized node typesMichael Stahl2013-01-101-0/+2
* Avoid infinite recursion in -gdb.py printersStephan Bergmann2013-01-071-0/+11