aboutsummaryrefslogtreecommitdiff
path: root/src/processor/source_line_resolver_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-6/+50
* Limit use of default namespace in tests and utility programs (#71). r=brynermmentovai2006-11-091-8/+12
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-1/+1
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-231-3/+3
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-231-23/+27
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-201-0/+16
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-0/+4
* Reduce calls to SymbolSupplier::GetSymbolFile() (#48).bryner2006-10-161-0/+5
* Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource...mmentovai2006-09-281-7/+18
* Relicense to BSD (#29). r=brynermmentovai2006-09-201-10/+25
* Make SourceLineResolver fill a StackFrame rather than using its own struct (#...bryner2006-09-071-30/+43
* Change header paths and include guards to be relative to the "src" directory....bryner2006-09-051-1/+1
* Make build system less annoying (#8) r=brynermmentovai2006-08-301-2/+2
* Initial import, which includes the Windows client-side dump_syms tool, andbryner2006-08-251-0/+86