Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby25 /
share /
ri /
2.5.0 /
system /
TracePoint /
Delete
Unzip
Name
Size
Permission
Date
Action
binding-i.ri
317
B
-rw-r--r--
2023-07-26 18:25
callee_id-i.ri
324
B
-rw-r--r--
2023-07-26 18:25
cdesc-TracePoint.ri
2.67
KB
-rw-r--r--
2023-07-26 18:25
defined_class-i.ri
1.29
KB
-rw-r--r--
2023-07-26 18:25
disable-i.ri
1.15
KB
-rw-r--r--
2023-07-26 18:25
enable-i.ri
1.23
KB
-rw-r--r--
2023-07-26 18:25
enabled%3f-i.ri
352
B
-rw-r--r--
2023-07-26 18:25
event-i.ri
365
B
-rw-r--r--
2023-07-26 18:25
inspect-i.ri
371
B
-rw-r--r--
2023-07-26 18:25
lineno-i.ri
293
B
-rw-r--r--
2023-07-26 18:25
method_id-i.ri
335
B
-rw-r--r--
2023-07-26 18:25
new-c.ri
1.67
KB
-rw-r--r--
2023-07-26 18:25
path-i.ri
291
B
-rw-r--r--
2023-07-26 18:25
raised_exception-i.ri
338
B
-rw-r--r--
2023-07-26 18:25
return_value-i.ri
342
B
-rw-r--r--
2023-07-26 18:25
self-i.ri
443
B
-rw-r--r--
2023-07-26 18:25
stat-c.ri
548
B
-rw-r--r--
2023-07-26 18:25
trace-c.ri
630
B
-rw-r--r--
2023-07-26 18:25
Save
Rename
U:RDoc::NormalClass[iI"TracePoint:ET@I"Object;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"KA class that provides the functionality of Kernel#set_trace_func in a ;TI"nice Object-Oriented API.;To:RDoc::Markup::BlankLine S:RDoc::Markup::Heading: leveli: textI"Example;T@o; ;[I"MWe can use TracePoint to gather information specifically for exceptions:;T@o:RDoc::Markup::Verbatim;[I",trace = TracePoint.new(:raise) do |tp| ;TI"6 p [tp.lineno, tp.event, tp.raised_exception] ;TI" end ;TI" #=> #<TracePoint:disabled> ;TI" ;TI"trace.enable ;TI"#=> false ;TI" ;TI"0 / 0 ;TI"9#=> [5, :raise, #<ZeroDivisionError: divided by 0>] ;T:@format0S;;i; I"Events;T@o; ;[I"EIf you don't specify the type of events you want to listen for, ;TI"2TracePoint will include all available events.;T@o; ;[I"K*Note* do not depend on current event set, as this list is subject to ;TI"Kchange. Instead, it is recommended you specify the type of events you ;TI"want to use.;T@o; ;[I"MTo filter what is traced, you can pass any of the following as +events+:;T@o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@label[I"+:line+;T;[o; ;[I"execute code on a new line;To;;[I" +:class+;T;[o; ;[I"'start a class or module definition;To;;[I"+:end+;T;[o; ;[I"(finish a class or module definition;To;;[I"+:call+;T;[o; ;[I"call a Ruby method;To;;[I"+:return+;T;[o; ;[I"return from a Ruby method;To;;[I"+:c_call+;T;[o; ;[I"call a C-language routine;To;;[I"+:c_return+;T;[o; ;[I"%return from a C-language routine;To;;[I" +:raise+;T;[o; ;[I"raise an exception;To;;[I"+:b_call+;T;[o; ;[I"event hook at block entry;To;;[I"+:b_return+;T;[o; ;[I"event hook at block ending;To;;[I"+:thread_begin+;T;[o; ;[I"#event hook at thread beginning;To;;[I"+:thread_end+;T;[o; ;[I" event hook at thread ending;To;;[I"+:fiber_switch+;T;[o; ;[I"event hook at fiber switch;T: @fileI"vm_trace.c;T:0@omit_headings_from_table_of_contents_below0;0;0[ [ [ [[I" class;T[[:public[[I"new;TI"vm_trace.c;T[I" stat;T@�[I" trace;T@�[:protected[ [:private[ [I" instance;T[[;[[I"binding;T@�[I"callee_id;T@�[I"defined_class;T@�[I"disable;T@�[I"enable;T@�[I" enabled?;T@�[I" event;T@�[I"inspect;T@�[I"lineno;T@�[I"method_id;T@�[I" path;T@�[I"raised_exception;T@�[I"return_value;T@�[I" self;T@�[;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ;0;0[@�@�cRDoc::TopLevel