aboutsummaryrefslogtreecommitdiff
path: root/src/processor/postfix_evaluator-inl.h
AgeCommit message (Expand)Author
2010-09-16Initialize variables that currently may theoretically be used uninitializedjessicag.feedback@gmail.com
2010-09-09Reducing severity of most commonly logged ERRORS.jessicag.feedback@gmail.com
2010-06-25Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek
2010-02-24Breakpad processor: Support negative literals in the postfix evaluator.jimblandy
2010-02-09Breakpad: Update copyright notice years on all files changed in 2010.jimblandy
2010-02-05Breakpad processor: Support evaluating a postfix expression to produce a value.jimblandy
2009-08-14Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>.mmentovai
2007-09-26Fix license boilerplate on these two files. Apparently these were missedmmentovai
2007-05-21Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai
2007-02-14Rename Airbag to Breakpad.mmentovai
2006-11-06Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai
2006-10-25Fix minor style problems (#58). r=brynermmentovai
2006-10-20Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai
2006-09-22Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner.mmentovai