aboutsummaryrefslogtreecommitdiff
path: root/src/processor/source_line_resolver.cc
Commit message (Expand)AuthorAgeFilesLines
* Use the reentrant versions of strtok() and gmtime() (#79) r=mmentovaibryner2006-11-201-3/+4
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-1/+1
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-061-0/+7
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-5/+8
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-231-3/+2
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-231-39/+48
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-201-18/+110
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-29/+68
* Reduce calls to SymbolSupplier::GetSymbolFile() (#48).bryner2006-10-161-0/+4
* Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource...mmentovai2006-09-281-37/+174
* Relicense to BSD (#29). r=brynermmentovai2006-09-201-10/+25
* Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner.mmentovai2006-09-201-1/+1
* Make SourceLineResolver use RangeMap (#13). r=brynermmentovai2006-09-081-54/+38
* Add support to the StackWalker for resolving symbols, using abryner2006-09-081-1/+1
* Make SourceLineResolver fill a StackFrame rather than using its own struct (#...bryner2006-09-071-18/+10
* 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-5/+5
* Initial import, which includes the Windows client-side dump_syms tool, andbryner2006-08-251-0/+275