summaryrefslogtreecommitdiff
path: root/compiler/dbgstabs.pas
Commit message (Expand)AuthorAgeFilesLines
* Use use_tag_types everywhere to get consistent results for 'Tt' versus 't' f...pierre2019-06-091-1/+1
* * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-0/+10
* * added extra header to ppu inside a subsection, so we won't run intojonas2019-04-061-2/+2
* * converted Boolean8 to an internal type, and mapped Boolean to thejonas2018-10-161-0/+2
* * more compilation fixesflorian2018-06-301-0/+1
* Add explicit '.set nompis16' at front of stabs debug information to solve bu...pierre2017-07-241-0/+10
* * don't write or reference debug information for a unit if it belongs to a/an...svenbarth2016-08-261-1/+1
* * specify the def of assembler level symbols defined viajonas2016-07-201-4/+4
* * changed all debug info labels from AT_DATA to AT_METADATAjonas2016-07-191-4/+4
* * add support in the debug info for the dummy s128bit/u128bit types addedjonas2015-12-271-1/+3
* * stabn writing code simplifiedflorian2014-08-301-10/+6
* Do not consider ansi/wide/unicode strings as taggable for stabspierre2014-04-221-1/+12
* Try to avoid problems with generic types for stabs/stabxpierre2014-04-221-0/+2
* Fix constant string stabx writingpierre2014-04-211-1/+1
* * fixes several issues which cause warnings by the dfa code when using it to ...florian2013-12-011-0/+1
* compiler: change ret_in_param to accept tabstractprocdef instead of tproccall...paul2013-01-161-1/+1
* * write objectdef fieldtypes in appenddef_object() instead of injonas2012-08-241-1/+1
* * correctly deal with writing debug information in the Stabs writer for classjonas2012-07-261-16/+27
* * Use mips_extra_offset function to give offsets expected by GDB for MIPS cpupierre2012-06-121-13/+45
* * replaced most (if not all) remaining fields/parameters in the compilerjonas2012-04-291-4/+4
* * synchronised with trunk up to r21067jonas2012-04-261-6/+17
|\
| * * align all code/data sections to sizeof(pint), instead of sometimesjonas2012-04-251-4/+4
| * * Add more explicit sizes for array typespierre2012-04-201-2/+13
* | * merged trunk up to r20882jonas2012-04-151-185/+294
|\ \ | |/
| * * do not perform stabstr replacements on mangled names of typed constantsjonas2012-04-121-1/+1
| * + stabx support for AIX, which is a variant of stabs. Note that we onlyjonas2012-04-111-186/+290
| * + generic implementation of ReplaceForbiddenAsmSymbolChars() insteadjonas2012-04-111-8/+4
| * * move ReplaceForbiddenChars to cpubase of avr so it can be used in dbgstabs ...florian2011-09-041-0/+8
* | * renamed cchartype to cansichartypejonas2011-08-201-7/+7
* | - removed extra "fordefinition" parameter again from tprocdef.mangledname(),jonas2011-08-201-6/+5
* | * tprocdef.mangledname now gets an extra boolean parameter indicatingjonas2011-08-201-5/+5
|/
* + tai_stab.create_ansistrflorian2011-08-161-26/+8
* + initial support for pascal booleans with sizes 2, 4 and 8florian2011-06-261-2/+8
* * Merged helper branch made by Sven Barthflorian2011-04-161-1/+2
* * patch by Jeppe Johansen to be able to generate debug info if an rtl without...florian2011-04-101-1/+14
* + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>size...florian2011-02-261-1/+6
* compiler: reintegrate branch http://svn.freepascal.org/svn/fpc/branches/paul/...paul2010-12-171-10/+10
* * Merged XPCom branch into trunk, added support for constref and changedjoost2010-10-171-0/+2
|\
| * * Implemented constref support, to force constant function-parameters to bejoost2010-09-191-0/+2
* | * Fixed spell error revealed by lintian.mazen2010-10-061-2/+2
|/
* - removed tstoreddef.reset() and overrides, and the associatedjonas2010-06-301-1/+3
* * use new_section() instead of tai_section.create() everywherejonas2010-06-261-1/+1
* Attempt to fix missing stabs definitions problempierre2010-05-061-3/+14
* compiler:paul2010-03-251-3/+7
* + "CExtended" type that is the same as "extended", but conforming to thejonas2010-02-141-1/+2
* * changed tf_use_function_relative_addresses into an assembler flag (withjonas2009-12-061-3/+3
* compiler: generate STABS debug info for Variant typepaul2009-12-041-1/+7
* * fixed stabs debug information for parameters copied into local variablesjonas2009-10-061-15/+47
* * made TDebugInfoDwarf3 inherit from TDebugInfoDwarf2 instead of fromjonas2009-06-201-9/+46
* * Insert DW_AT_low_pc and DW_AT_high_pc attributes for modules on Windows als...yury2009-05-041-2/+2