summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't emit base address selection entry when it doesn't change base addressupstream/pmachata/dwarf-writerPetr Machata2009-10-011-2/+5
* Don't skip directory #0 when considering where to put the filePetr Machata2009-10-011-1/+3
* Select base address of 0 in .debug_loc listsPetr Machata2009-10-011-0/+9
* Don't emit the DW_AT_comp_dir directory in .debug_line directory tablePetr Machata2009-09-301-7/+8
* Dissect writer to several filesPetr Machata2009-09-309-2008/+2344
* In .debug_line file table, also include files used by DW_AT_*_file attributesPetr Machata2009-09-292-20/+84
* .debug_line: advance_pc and advance_line both take signed operandPetr Machata2009-09-291-3/+2
* Save non-list location values as blocksPetr Machata2009-09-292-15/+43
* Emit .debug_lines before .debug_infoPetr Machata2009-09-253-52/+73
* step_t ctor takes super-step as argumentPetr Machata2009-09-251-3/+4
* dwarflint: minor coding style nitPetr Machata2009-09-231-1/+2
* Emit .debug_locPetr Machata2009-09-233-8/+85
* Emit .debug_rangesPetr Machata2009-09-233-4/+61
* Gaps now have formPetr Machata2009-09-192-44/+22
* A couple fixes for dwarf_64Petr Machata2009-09-191-14/+16
* Backpatch references to .debug_line tablesPetr Machata2009-09-182-8/+43
* Emit .debug_linePetr Machata2009-09-151-18/+134
* Extract assert_fits_32 to writerPetr Machata2009-09-152-11/+14
* Move some code around to hopefully make things simplerPetr Machata2009-09-092-317/+282
* Support standard opcodes, improve the whole setup for emitting line infoPetr Machata2009-09-091-109/+168
* dwarflint: Used wrong formatter for DW_LNS_ opcodesPetr Machata2009-09-094-1/+34
* Fix typosPetr Machata2009-09-091-5/+5
* Some support for emitting .debug_line opcodesPetr Machata2009-09-081-34/+161
* Emit .debug_line with empty program for each tablePetr Machata2009-09-082-7/+141
* dwarflint: Always emit error about missing DW_LNE_end_sequencePetr Machata2009-09-081-5/+2
* dwarflint: Check address_size against bit-ness of ELFPetr Machata2009-09-081-53/+41
* Fix whitespace in MakefilePetr Machata2009-09-081-1/+1
* expr_opcodes.h will hold more general information about opcodesPetr Machata2009-09-084-158/+217
* Extract length computation logic to length_field classPetr Machata2009-09-072-16/+40
* Fixes for dwarf_64Petr Machata2009-09-071-12/+20
* Generalize DIE tree traversalPetr Machata2009-09-073-92/+176
* BitsPetr Machata2009-09-031-9/+9
* Rework section creation in writer.cc, plug leaksPetr Machata2009-09-032-42/+116
* Merge branch 'dwarf' into pmachata/dwarf-writerPetr Machata2009-09-034-46/+125
|\
| * Fiddles in subr::sharing_stack.Roland McGrath2009-09-021-6/+25
| * Reduce memory footprint of dwarf_tracker.Roland McGrath2009-09-014-40/+100
* | Prune duplicate abbrevsPetr Machata2009-09-022-33/+18
* | Don't use DIE backpatching mechanism to resolve siblingsPetr Machata2009-09-021-5/+5
* | dwarflint: Fix wording of sibling mismatch error messagePetr Machata2009-09-021-2/+2
* | forgot to return before the exception is thrown after sdata is writtenPetr Machata2009-09-021-0/+1
* | dwarflint: Support --dump-offsetsPetr Machata2009-09-021-0/+13
* | dwarflint: Output sibling mismatch with offset of the right DIEPetr Machata2009-09-021-6/+15
* | Merge commit 'origin/dwarf' into pmachata/dwarf-writerPetr Machata2009-09-024-13/+302
|\|
| * Reduce memory footprint of dwarf iterators.Roland McGrath2009-09-013-4/+240
| * Add specialized dynamic_equality_set class for attributes in the collector.Roland McGrath2009-08-313-9/+62
* | Don't emit empty .debug_strPetr Machata2009-09-022-4/+13
* | Presence of siblings is emitted correctlyPetr Machata2009-08-312-95/+131
* | Merge nitPetr Machata2009-08-311-22/+0
* | Merge branch 'dwarf' into pmachata/dwarf-writerPetr Machata2009-08-3119-452/+888
|\|
| * Fiddle stats output.Roland McGrath2009-08-284-16/+62