aboutsummaryrefslogtreecommitdiff
path: root/src/processor/postfix_evaluator_unittest.cc
AgeCommit message (Expand)Author
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2020-07-15fix pointer style to match the style guideMike Frysinger
2014-09-08Refactoring in preparation for microdump processingmmandlis@chromium.org
2013-03-06Use stdint types everywhereted.mielczarek@gmail.com
2012-06-28This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com
2012-02-23Handle program strings with the assignment operator smashed against the nextmark@chromium.org
2012-02-21Add support for @ operator to PostfixEvaluatorted.mielczarek
2010-06-25Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek
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
2010-02-05Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.jimblandy
2007-05-25Provide for logging initialization routines (#179). r=brynermmentovai
2007-02-14Rename Airbag to Breakpad.mmentovai
2006-12-05Module API (#32). r=waylonis, brynermmentovai
2006-11-09Limit use of default namespace in tests and utility programs (#71). r=brynermmentovai
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