4
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make SourceLineResolver use RangeMap (#13). r=bryner - Eliminate MemAddrMap from source_line_resolver.cc and adapt it to use RangeMap, also used by minidump.cc. - RangeMap operates on both a base address and a size, where MemAddrMap only used a base address, so the dumped symbol file format is modified to include size information. dump_syms produces these files and SourceLineResolver consumes them. - Provide updated test data conforming to the new dumped symbol format.
Mark Mentovai
as mmentovai
More... over 17 years ago
Change interface for providing files to Minidump (#19). r=bryner - Interface change: Minidump constructor now accepts a const string& path argument instead of int fd. Minidump will open the file on first Read and close it upon destruction. - Adapt callers to new interface, no longer leaking file descriptors.
Mark Mentovai
as mmentovai
More... over 17 years ago
addressing follow-up review comments from mark (#17) More... over 17 years ago
Add support to the StackWalker for resolving symbols, using a caller-implemented SymbolSupplier object to get a symbol file. More... over 17 years ago
Make SourceLineResolver fill a StackFrame rather than using its own struct (#16), r=mmentovai. More... over 17 years ago
Conform to style guidelines. - In class definitions, one-space indent for public/protected/private. - Multi-line initializer format puts comma at end of line. Also: - Eliminate the long list of friends in Minidump by making swap() public. (People who need to access unknown stream types directly will need access to swap() too.)
Mark Mentovai
as mmentovai
More... over 17 years ago
minidump_dump test is timezone-dependent (#15). r=bryner - Use gmtime (UTC) instead of localtime for human-readable presentation of (MDRawHeader).time_date_stamp.
Mark Mentovai
as mmentovai
More... over 17 years ago
Conform to style guidelines: methods overriding virtual methods should also be declared virtual.
Mark Mentovai
as mmentovai
More... over 17 years ago
Initial implementation of x86 stackwalker (#9), missing file. r=bryner
Mark Mentovai
as mmentovai
More... over 17 years ago
Initial implementation of x86 stackwalker (#9). r=bryner
Mark Mentovai
as mmentovai
More... over 17 years ago
Initial implementation of minidump reader (#6). r=bryner
Mark Mentovai
as mmentovai
More... over 17 years ago
Change header paths and include guards to be relative to the "src" directory. r=mmentovai. More... over 17 years ago
Adding a CrashReport struct, r=mmentovai. More... over 17 years ago
Make build system less annoying (#8) r=bryner - Place objects in the appropriate directories, instead of filling up the root directory. - Remove namespace macros, which made maintenance troublesome and which created a dependency on config.h in public headers - Skip useless Fortran checks at configure time
Mark Mentovai
as mmentovai
More... over 17 years ago
Cleanup from #7
Mark Mentovai
as mmentovai
More... over 17 years ago
Deleting java/common. More... over 17 years ago
Common files for reporting and symbol server More... over 17 years ago
Initial import, which includes the Windows client-side dump_syms tool, and part of the server-side dump processor. More... over 17 years ago
Adding a test html file More... over 17 years ago
Word.
Mark Mentovai
as mmentovai
More... over 17 years ago
Initial directory structure. More... over 17 years ago