summaryrefslogtreecommitdiff
path: root/solenv/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-09-25fix basegfx.pyNoel Grandin1-4/+4
2024-09-25Adapting basegfx.py due to blocking in some situationsArmin Le Grand (allotropia)1-8/+12
2024-07-28sfx2, solenv, sw: fix issues found by Ruff linterIlmari Lauhakangas5-9/+9
2024-07-18solenv: gdb: adapt ItemSetPrinter to unordered_mapMichael Stahl1-28/+7
2024-07-13Python: use is None/is not None instead of == None/!= NoneJulien Nabet6-8/+8
2024-04-27solenv, gdb fix error while loading the sw_writerfilter pretty printerMiklos Vajna1-1/+1
2024-03-19ITEM: Move TotalCount to WhichRangesContainerArmin Le Grand (allotropia)1-2/+2
2024-03-16fix gdb pretty-printer for basegfx::B2DPolygonCaolán McNamara1-4/+4
2023-07-17solenv: gdb: BigPtrArrayPrinter, try both 0 and 0ulMichael Stahl1-1/+6
2023-06-15gdb: BigPtrArrayPrinter, add the suffix, so 0->0ulJulien Nabet1-1/+1
2022-12-15fix BigInt gdb pretty-printerCaolán McNamara1-6/+3
2022-11-08Simplify some Python version comparisons a bitMike Kaganski1-6/+6
2022-09-24solenv: gdb: unbreak MarkBasePrinterMichael Stahl1-2/+2
2022-09-16fix SwContentIndexPrinter pretty printerNoel Grandin1-2/+2
2022-09-01improve the SwContentIndex debug pretty printerNoel Grandin1-1/+7
2022-08-09tools: prefix member variables with an 'm'Chris Sherlock1-8/+8
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-3/+3
2022-02-09gdb: fix SwXTextCursorPrinterMichael Stahl1-13/+2
2021-12-03gdb: BigPtrArrayPrinter gets confused by libstdc++ std::unique_ptrMichael Stahl1-1/+5
2021-09-20introduce SfxItemSetFixed and use it in DefaultPropertiesNoel Grandin1-1/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-0/+39
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin1-5/+4
2021-07-01GDB vcl.py: actually return a string in to_stringJan-Marek Glogowski1-7/+5
2021-06-29Extend and fix Scheduler GDB printerJan-Marek Glogowski1-4/+27
2021-04-29rename A field in ::Color to TNoel Grandin1-3/+3
2020-10-09Adapt solenv/gdb/ to old PythonStephan Bergmann2-2/+8
2020-09-24Fix Python deprecation warningsStephan Bergmann2-2/+2
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-1/+1
2020-07-13Don't rely on Python's treatment of unrecognized escape sequencesMike Kaganski2-2/+2
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