summaryrefslogtreecommitdiff
path: root/compiler/dbgstabs.pas
Commit message (Expand)AuthorAgeFilesLines
* Second trial to fix commit 48688pierre2021-02-171-1/+2
* Fix previous commit 48688 to avoid accessing 'invalid' positions in sym.valu...pierre2021-02-171-5/+6
* Avoid writing characters after sym.value.len for conststring constant symbolspierre2021-02-161-4/+8
* Correct check of stringtype inside use_tag_prefix functionpierre2021-01-111-1/+1
* * fix compilation on targets that use Stabs debug information: ignore generic...svenbarth2021-01-031-0/+3
* * patch by Marģers to unify internal error numbers, resolves #37888florian2020-10-131-1/+1
* * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOSjonas2020-07-101-1/+1
* * ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because ...nickysn2020-04-261-6/+6
* * added is_normal_fieldvarsym() helper and use itjonas2019-12-241-5/+4
* 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