hotspot/src/os/bsd/vm/decoder_machO.hpp
changeset 31352 a6ab7217b5cc
parent 13340 40c424a6ff53
child 46630 75aa3e39d02c
equal deleted inserted replaced
31351:aae7db185576 31352:a6ab7217b5cc
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    40   }
    40   }
    41   virtual bool demangle(const char* symbol, char* buf, int buflen);
    41   virtual bool demangle(const char* symbol, char* buf, int buflen);
    42   virtual bool decode(address pc, char* buf, int buflen, int* offset,
    42   virtual bool decode(address pc, char* buf, int buflen, int* offset,
    43                       const void* base);
    43                       const void* base);
    44   virtual bool decode(address pc, char* buf, int buflen, int* offset,
    44   virtual bool decode(address pc, char* buf, int buflen, int* offset,
    45                       const char* module_path = NULL) {
    45                       const char* module_path, bool demangle) {
    46     ShouldNotReachHere();
    46     ShouldNotReachHere();
    47     return false;
    47     return false;
    48   }
    48   }
    49 
    49 
    50  private:
    50  private: