aboutsummaryrefslogtreecommitdiff
path: root/src/processor/postfix_evaluator-inl.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-16/+16
* Handle program strings with the assignment operator smashed against the nextmark@chromium.org2012-02-231-120/+144
* Fix an invalid cast in PostfixEvaluator<ValueType>::EvaluateInternal().mark@chromium.org2012-02-231-1/+1
* Add support for @ operator to PostfixEvaluatorted.mielczarek2012-02-211-1/+8
* Initialize variables that currently may theoretically be used uninitializedjessicag.feedback@gmail.com2010-09-161-3/+4
* Reducing severity of most commonly logged ERRORS.jessicag.feedback@gmail.com2010-09-091-5/+5
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-2/+3
* Breakpad processor: Support negative literals in the postfix evaluator.jimblandy2010-02-241-4/+18
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad processor: Support evaluating a postfix expression to produce a value.jimblandy2010-02-051-7/+40
* Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>.mmentovai2009-08-141-0/+1
* Fix license boilerplate on these two files. Apparently these were missedmmentovai2007-09-261-10/+25
* Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai2007-05-211-7/+33
* Rename Airbag to Breakpad.mmentovai2007-02-141-3/+3
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-1/+1
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-1/+1
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-1/+4
* Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner.mmentovai2006-09-221-0/+238