~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stacktrace.h

  • Committer: Monty Taylor
  • Date: 2010-02-16 07:05:28 UTC
  • mto: (1471.3.2 drizzled-as-lib)
  • mto: This revision was merged to the branch mainline in revision 1479.
  • Revision ID: mordred@inaugust.com-20100216070528-psvrbp9r3ue4tsh8
Changed build to build the almost all of drizzle into libdrizzled and then
have a small main.cc program which links in libdrizzled. This will allow us
to easily track exported API symbols and symbol changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#define BACKTRACE_DEMANGLE 1
36
36
#endif
37
37
 
38
 
#if defined(BACKTRACE_DEMANGLE)
39
 
extern "C" char *my_demangle(const char *mangled_name, int *status);
40
 
#endif
41
 
 
42
38
#ifdef TARGET_OS_LINUX
43
39
#if defined(HAVE_STACKTRACE) || (defined (__x86_64__) || defined (__i386__) )
44
40
#undef HAVE_STACKTRACE