aboutsummaryrefslogtreecommitdiff
path: root/src/processor/postfix_evaluator.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-15/+15
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+2
* Handle program strings with the assignment operator smashed against the nextmark@chromium.org2012-02-231-0/+4
* Add support for @ operator to PostfixEvaluatorted.mielczarek2012-02-211-4/+6
* 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/+21
* Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.jimblandy2010-02-051-3/+3
* Fix license boilerplate on these two files. Apparently these were missedmmentovai2007-09-261-10/+25
* Rename Airbag to Breakpad.mmentovai2007-02-141-2/+2
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-2/+0
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-2/+6
* Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner.mmentovai2006-09-221-0/+141