Home
last modified time | relevance | path

Searched refs:Stacktrace (Results 1 – 25 of 1172) sorted by relevance

12345678910>>...47

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/getsentry/sentry-go/
H A Dstacktrace_external_test.go17 func f1() *sentry.Stacktrace {
21 func f2() *sentry.Stacktrace {
24 func f3() *sentry.Stacktrace {
55 f func() *sentry.Stacktrace
56 want *sentry.Stacktrace
58 "f1": {f1, &sentry.Stacktrace{
68 "f2": {f2, &sentry.Stacktrace{
89 "f3": {f3, &sentry.Stacktrace{
115 want *sentry.Stacktrace
118 "pkg/errors": {RedPkgErrorsRanger, &sentry.Stacktrace{
[all …]
H A Dclient_test.go75 Stacktrace: &Stacktrace{Frames: []Frame{}},
136 Stacktrace: &Stacktrace{Frames: []Frame{}},
147 Stacktrace: &Stacktrace{Frames: []Frame{}},
168 Stacktrace: &Stacktrace{Frames: []Frame{}},
179 Stacktrace: &Stacktrace{Frames: []Frame{}},
194 Stacktrace: &Stacktrace{Frames: []Frame{}},
209 Stacktrace: &Stacktrace{Frames: []Frame{}},
305 Stacktrace: &Stacktrace{Frames: []Frame{}},
456 Stacktrace: &Stacktrace{Frames: []Frame{}},
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/getsentry/sentry-go/
H A Dstacktrace_external_test.go17 func f1() *sentry.Stacktrace {
21 func f2() *sentry.Stacktrace {
24 func f3() *sentry.Stacktrace {
55 f func() *sentry.Stacktrace
56 want *sentry.Stacktrace
58 "f1": {f1, &sentry.Stacktrace{
68 "f2": {f2, &sentry.Stacktrace{
89 "f3": {f3, &sentry.Stacktrace{
115 want *sentry.Stacktrace
118 "pkg/errors": {RedPkgErrorsRanger, &sentry.Stacktrace{
[all …]
H A Dclient_test.go75 Stacktrace: &Stacktrace{Frames: []Frame{}},
136 Stacktrace: &Stacktrace{Frames: []Frame{}},
147 Stacktrace: &Stacktrace{Frames: []Frame{}},
168 Stacktrace: &Stacktrace{Frames: []Frame{}},
179 Stacktrace: &Stacktrace{Frames: []Frame{}},
194 Stacktrace: &Stacktrace{Frames: []Frame{}},
209 Stacktrace: &Stacktrace{Frames: []Frame{}},
305 Stacktrace: &Stacktrace{Frames: []Frame{}},
456 Stacktrace: &Stacktrace{Frames: []Frame{}},
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/getsentry/sentry-go/
H A Dstacktrace_external_test.go17 func f1() *sentry.Stacktrace {
21 func f2() *sentry.Stacktrace {
24 func f3() *sentry.Stacktrace {
55 f func() *sentry.Stacktrace
56 want *sentry.Stacktrace
58 "f1": {f1, &sentry.Stacktrace{
68 "f2": {f2, &sentry.Stacktrace{
89 "f3": {f3, &sentry.Stacktrace{
115 want *sentry.Stacktrace
118 "pkg/errors": {RedPkgErrorsRanger, &sentry.Stacktrace{
[all …]
H A Dclient_test.go75 Stacktrace: &Stacktrace{Frames: []Frame{}},
136 Stacktrace: &Stacktrace{Frames: []Frame{}},
147 Stacktrace: &Stacktrace{Frames: []Frame{}},
168 Stacktrace: &Stacktrace{Frames: []Frame{}},
179 Stacktrace: &Stacktrace{Frames: []Frame{}},
194 Stacktrace: &Stacktrace{Frames: []Frame{}},
209 Stacktrace: &Stacktrace{Frames: []Frame{}},
305 Stacktrace: &Stacktrace{Frames: []Frame{}},
456 Stacktrace: &Stacktrace{Frames: []Frame{}},
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_Stacktrace.cpp59 class Stacktrace { class
61 Stacktrace() = delete;
62 Stacktrace(const Stacktrace&) = delete;
63 Stacktrace& operator=(const Stacktrace&) = delete;
64 Stacktrace(Stacktrace&&) = delete;
65 Stacktrace& operator=(Stacktrace&&) = delete;
66 ~Stacktrace() = delete;
91 int Stacktrace::length = 0;
92 void* Stacktrace::buffer[Stacktrace::capacity];
95 Stacktrace::length = backtrace(Stacktrace::buffer, Stacktrace::capacity); in save_stacktrace()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_Stacktrace.cpp59 class Stacktrace { class
61 Stacktrace() = delete;
62 Stacktrace(const Stacktrace&) = delete;
63 Stacktrace& operator=(const Stacktrace&) = delete;
64 Stacktrace(Stacktrace&&) = delete;
65 Stacktrace& operator=(Stacktrace&&) = delete;
66 ~Stacktrace() = delete;
91 int Stacktrace::length = 0;
92 void* Stacktrace::buffer[Stacktrace::capacity];
95 Stacktrace::length = backtrace(Stacktrace::buffer, Stacktrace::capacity); in save_stacktrace()
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_Stacktrace.cpp59 class Stacktrace { class
61 Stacktrace() = delete;
62 Stacktrace(const Stacktrace&) = delete;
63 Stacktrace& operator=(const Stacktrace&) = delete;
64 Stacktrace(Stacktrace&&) = delete;
65 Stacktrace& operator=(Stacktrace&&) = delete;
66 ~Stacktrace() = delete;
91 int Stacktrace::length = 0;
92 void* Stacktrace::buffer[Stacktrace::capacity];
95 Stacktrace::length = backtrace(Stacktrace::buffer, Stacktrace::capacity); in save_stacktrace()
[all …]
/dports/graphics/xournalpp/xournalpp-1.1.0/src/util/
H A DStacktrace.cpp29 Stacktrace::Stacktrace() = default;
31 Stacktrace::~Stacktrace() = default;
34 fs::path Stacktrace::getExePath() { in getExePath()
40 void Stacktrace::printStracktrace(std::ostream& stream) { in printStracktrace()
50 fs::path Stacktrace::getExePath() { in getExePath()
68 auto Stacktrace::getExePath() -> fs::path { in getExePath()
75 void Stacktrace::printStracktrace(std::ostream& stream) { in printStracktrace()
100 void Stacktrace::printStracktrace() { printStracktrace(std::cerr); } in printStracktrace()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/module/apmzerolog/
H A Dwriter_test.go72 assert.NotEmpty(t, err0.Log.Stacktrace)
142 require.NotEmpty(t, err0.Log.Stacktrace)
143 require.NotEmpty(t, err0.Exception.Stacktrace)
144 assert.NotEqual(t, err0.Log.Stacktrace, err0.Exception.Stacktrace)
145 assert.Equal(t, "makeError", err0.Exception.Stacktrace[0].Function)
149 assert.NotEmpty(t, err0.Exception.Stacktrace[0].AbsolutePath)
175 require.NotEmpty(t, err0.Log.Stacktrace)
176 require.NotEmpty(t, err0.Exception.Stacktrace)
177 assert.NotEqual(t, err0.Log.Stacktrace, err0.Exception.Stacktrace)
182 assert.Equal(t, "", err0.Exception.Stacktrace[0].Module)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/getsentry/raven-go/
H A Dexception.go10 func NewException(err error, stacktrace *Stacktrace) *Exception { argument
13 Stacktrace: stacktrace,
31 Stacktrace *Stacktrace `json:"stacktrace,omitempty"` member
37 if e.Stacktrace == nil {
40 return e.Stacktrace.Culprit()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/getsentry/raven-go/raven-go-dffeb57df75d/
H A Dexception.go10 func NewException(err error, stacktrace *Stacktrace) *Exception { argument
13 Stacktrace: stacktrace,
31 Stacktrace *Stacktrace `json:"stacktrace,omitempty"` member
37 if e.Stacktrace == nil {
40 return e.Stacktrace.Culprit()
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/getsentry/raven-go/
H A Dexception.go10 func NewException(err error, stacktrace *Stacktrace) *Exception { argument
13 Stacktrace: stacktrace,
31 Stacktrace *Stacktrace `json:"stacktrace,omitempty"` member
37 if e.Stacktrace == nil {
40 return e.Stacktrace.Culprit()
H A Dstacktrace.go21 type Stacktrace struct { struct
26 func (s *Stacktrace) Class() string { return "stacktrace" } argument
28 func (s *Stacktrace) Culprit() string { argument
55 func GetOrNewStacktrace(err error, skip int, context int, appPackagePrefixes []string) *Stacktrace {
76 return &Stacktrace{Frames: frames}
91 func NewStacktrace(skip int, context int, appPackagePrefixes []string) *Stacktrace {
109 return &Stacktrace{frames}
115 return &Stacktrace{frames}
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/getsentry/raven-go/
H A Dexception.go10 func NewException(err error, stacktrace *Stacktrace) *Exception { argument
13 Stacktrace: stacktrace,
31 Stacktrace *Stacktrace `json:"stacktrace,omitempty"` member
37 if e.Stacktrace == nil {
40 return e.Stacktrace.Culprit()
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/getsentry/raven-go/
H A Dexception.go10 func NewException(err error, stacktrace *Stacktrace) *Exception { argument
13 Stacktrace: stacktrace,
31 Stacktrace *Stacktrace `json:"stacktrace,omitempty"` member
37 if e.Stacktrace == nil {
40 return e.Stacktrace.Culprit()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/cowboy/src/
H A Dcowboy_stream.erl156 make_error_log(init, [StreamID, Req, Opts], Class, Exception, Stacktrace) ->
162 [Class, Exception, StreamID, Stacktrace, Req, Opts]};
163 make_error_log(data, [StreamID, IsFin, Data, State], Class, Exception, Stacktrace) ->
169 [Class, Exception, StreamID, IsFin, Stacktrace, Data, State]};
170 make_error_log(info, [StreamID, Msg, State], Class, Exception, Stacktrace) ->
176 [Class, Exception, StreamID, Stacktrace, Msg, State]};
177 make_error_log(terminate, [StreamID, Reason, State], Class, Exception, Stacktrace) ->
183 [Class, Exception, StreamID, Stacktrace, Reason, State]};
185 Class, Exception, Stacktrace) ->
193 [Class, Exception, StreamID, Stacktrace, Reason, PartialReq, Resp, Opts]}.
/dports/security/erlang-jose/erlang-jose-1.11.1/include/
H A Djose_compat.hrl15 -define(COMPAT_CATCH(Class, Reason, Stacktrace), Class:Reason:Stacktrace).
16 -define(COMPAT_GET_STACKTRACE(Stacktrace), Stacktrace).
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/include/
H A Djose_compat.hrl15 -define(COMPAT_CATCH(Class, Reason, Stacktrace), Class:Reason:Stacktrace).
16 -define(COMPAT_GET_STACKTRACE(Stacktrace), Stacktrace).
/dports/security/elixir-jose/erlang-jose-1.11.1/include/
H A Djose_compat.hrl15 -define(COMPAT_CATCH(Class, Reason, Stacktrace), Class:Reason:Stacktrace).
16 -define(COMPAT_GET_STACKTRACE(Stacktrace), Stacktrace).
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_debugged.erl56 {sys, Meta, {exception,{Class,Reason,Stacktrace}}} ->
60 erlang:error(erlang:raise(Class, Reason, Stacktrace),
61 [Class,Reason,Stacktrace]);
87 catch Class:Reason:Stacktrace ->
88 {exception,{Class,Reason,stacktrace_f(Stacktrace)}}
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/src/
H A Ddbg_debugged.erl56 {sys, Meta, {exception,{Class,Reason,Stacktrace}}} ->
60 erlang:error(erlang:raise(Class, Reason, Stacktrace),
61 [Class,Reason,Stacktrace]);
87 catch Class:Reason:Stacktrace ->
88 {exception,{Class,Reason,stacktrace_f(Stacktrace)}}
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/debugger/src/
H A Ddbg_debugged.erl56 {sys, Meta, {exception,{Class,Reason,Stacktrace}}} ->
60 erlang:error(erlang:raise(Class, Reason, Stacktrace),
61 [Class,Reason,Stacktrace]);
87 catch Class:Reason:Stacktrace ->
88 {exception,{Class,Reason,stacktrace_f(Stacktrace)}}
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_debugged.erl56 {sys, Meta, {exception,{Class,Reason,Stacktrace}}} ->
60 erlang:error(erlang:raise(Class, Reason, Stacktrace),
61 [Class,Reason,Stacktrace]);
87 catch Class:Reason:Stacktrace ->
88 {exception,{Class,Reason,stacktrace_f(Stacktrace)}}

12345678910>>...47