CCTLib
Calling-context and data-object attribution library for Intel Pin
exception_shape_test.cpp File Reference
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <fcntl.h>
#include <fstream>
#include <sstream>
#include <string>
#include <sys/stat.h>
#include <sys/wait.h>
#include <unistd.h>
#include <vector>
#include <gtest/gtest.h>
+ Include dependency graph for exception_shape_test.cpp:

Go to the source code of this file.

Classes

struct  anonymous_namespace{exception_shape_test.cpp}::VictimSpec
 
class  anonymous_namespace{exception_shape_test.cpp}::ExceptionShape
 

Namespaces

 anonymous_namespace{exception_shape_test.cpp}
 

Functions

std::string anonymous_namespace{exception_shape_test.cpp}::env (const char *n)
 
std::string anonymous_namespace{exception_shape_test.cpp}::cctlib_root ()
 
std::string anonymous_namespace{exception_shape_test.cpp}::pin_root ()
 
int anonymous_namespace{exception_shape_test.cpp}::run_pin_capture (const std::string &tool, const std::vector< std::string > &toolArgs, const std::string &victim, std::string *stderrOut)
 
 anonymous_namespace{exception_shape_test.cpp}::TEST_P (ExceptionShape, CctShapeSurvivesUnwind)
 
 anonymous_namespace{exception_shape_test.cpp}::INSTANTIATE_TEST_SUITE_P (Victims, ExceptionShape, ::testing::ValuesIn(kVictims), [](const testing::TestParamInfo< ExceptionShape::ParamType > &info) { return std::string(info.param.name);})
 

Variables

const VictimSpec anonymous_namespace{exception_shape_test.cpp}::kVictims []