summaryrefslogtreecommitdiff
path: root/tools/source/debug/debug.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-18tools: define DbgTestSolarMutex() unconditionallyMiklos Vajna1-4/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-21tdf#128862: fix HSQLDB odb-files with apostrophe crashJulien Nabet1-0/+2
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-1/+2
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-10-02loplugin:stringadd in tools..unotoolsNoel Grandin1-99/+106
2019-06-18loplugin:logexceptionnicely in toolkit..unoxmlNoel Grandin1-0/+9
2019-05-08AddressSanitizer: alloc-dealloc-mismatch (malloc vs operator delete)Stephan Bergmann1-1/+2
2019-05-07fix leak in exceptionToStringNoel Grandin1-0/+3
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen1-14/+1
2019-02-19pretty up logging of exceptionsNoel Grandin1-38/+318
2018-07-30make DBG_TESTSOLARMUTEX available in assert buildsNoel Grandin1-1/+1
2018-05-26demangle context type name in DBG_UNHANDLED_EXCEPTIONNoel Grandin1-0/+9
2018-04-02give DBG_UNHANDLED_EXCEPTION_WHEN an area parameterNoel Grandin1-2/+5
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2016-11-25introduce DBG_UNHANDLED_EXCEPTION_WHEN for calls with an explanatory messageEike Rathke1-1/+7
2016-06-13improve formatting of DBG_UNHANDLED_EXCEPTION messageNoel Grandin1-7/+6
2016-06-09reduce "no DbgTestSolarMutex function set" warningNoel Grandin1-19/+15
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin1-3/+3
2015-09-08Avoid pain when using selective debuginfoTor Lillqvist1-6/+3
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist1-245/+16
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2014-12-18Revert "Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value"Stephan Bergmann1-13/+0
2014-12-18Work around a Clang trunk (towards 3.6) -Werror,-Wunused-valueStephan Bergmann1-0/+13
2014-12-10long is 32 bit on Windows x86_64 platformDavid Ostrovsky1-1/+1
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-07-14loplugin:unreffunNoel Grandin1-10/+3
2014-05-22fix-includes.pl: toolsThomas Arnhold1-1/+1
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann1-502/+0
2014-03-28Remove now unused DBG_CTOR etc. featureStephan Bergmann1-504/+7
2014-03-25Remove now unused tools/debug.hxx profiling functionalityStephan Bergmann1-185/+1
2014-03-25Reduce some functions to localStephan Bergmann1-30/+4
2014-03-25osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann1-44/+0
2014-03-25Remove unused DBG_FUNC_* slotsStephan Bergmann1-19/+1
2014-03-25DBG_OUT_WARNING is unusedStephan Bergmann1-9/+0
2014-02-03At least warn when DBG_TESTSOLARMUTEX has not been set upStephan Bergmann1-0/+3
2014-01-16Avoid warnings: unused parameterTor Lillqvist1-1/+5
2014-01-16always build an empty DbgUnhandledException, to allow debug=t builds without ...Bjoern Michaelsen1-3/+2
2014-01-10Use boolStephan Bergmann1-5/+5
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-09Improve ErrorCodeIOException messagesStephan Bergmann1-0/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-51/+51
2013-06-10fix file and lineno info for DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+5
2013-05-21fix for linkingNoel Grandin1-1/+1
2013-05-21move DBG_UNHANDLED_EXCEPTION out of lineNoel Grandin1-0/+49
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0