aboutsummaryrefslogtreecommitdiff
path: root/src/processor/postfix_evaluator_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-12/+12
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-081-0/+4
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-6/+6
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* Handle program strings with the assignment operator smashed against the nextmark@chromium.org2012-02-231-0/+3
* Add support for @ operator to PostfixEvaluatorted.mielczarek2012-02-211-1/+3
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-1/+2
* 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-0/+90
* Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.jimblandy2010-02-051-7/+7
* Provide for logging initialization routines (#179). r=brynermmentovai2007-05-251-0/+3
* Rename Airbag to Breakpad.mmentovai2007-02-141-4/+4
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-10/+25
* Limit use of default namespace in tests and utility programs (#71). r=brynermmentovai2006-11-091-1/+7
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-2/+2
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-11/+20
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-4/+26
* Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner.mmentovai2006-09-221-0/+248