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.216.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby22 /
share /
ri /
2.2.0 /
system /
TracePoint /
Delete
Unzip
Name
Size
Permission
Date
Action
binding-i.ri
317
B
-rw-r--r--
2023-07-26 18:01
cdesc-TracePoint.ri
2.58
KB
-rw-r--r--
2023-07-26 18:01
defined_class-i.ri
1.29
KB
-rw-r--r--
2023-07-26 18:01
disable-i.ri
1.15
KB
-rw-r--r--
2023-07-26 18:01
enable-i.ri
1.23
KB
-rw-r--r--
2023-07-26 18:01
enabled%3f-i.ri
352
B
-rw-r--r--
2023-07-26 18:01
event-i.ri
365
B
-rw-r--r--
2023-07-26 18:01
inspect-i.ri
371
B
-rw-r--r--
2023-07-26 18:01
lineno-i.ri
293
B
-rw-r--r--
2023-07-26 18:01
method_id-i.ri
317
B
-rw-r--r--
2023-07-26 18:01
new-c.ri
1.66
KB
-rw-r--r--
2023-07-26 18:01
path-i.ri
291
B
-rw-r--r--
2023-07-26 18:01
raised_exception-i.ri
338
B
-rw-r--r--
2023-07-26 18:01
return_value-i.ri
342
B
-rw-r--r--
2023-07-26 18:01
self-i.ri
443
B
-rw-r--r--
2023-07-26 18:01
stat-c.ri
548
B
-rw-r--r--
2023-07-26 18:01
trace-c.ri
630
B
-rw-r--r--
2023-07-26 18:01
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"TracePoint::new;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"=Returns a new TracePoint object, not enabled by default.;To:RDoc::Markup::BlankLine o; ; [I"INext, in order to activate the trace, you must use TracePoint.enable;T@o:RDoc::Markup::Verbatim; [I"+trace = TracePoint.new(:call) do |tp| ;TI"A p [tp.lineno, tp.defined_class, tp.method_id, tp.event] ;TI" end ;TI" #=> #<TracePoint:disabled> ;TI" ;TI"trace.enable ;TI"#=> false ;TI" ;TI"puts "Hello, TracePoint!" ;TI"# ... ;TI"=# [48, IRB::Notifier::AbstractNotifier, :printf, :call] ;TI"# ... ;T:@format0o; ; [I"KWhen you want to deactivate the trace, you must use TracePoint.disable;T@o;; [I"trace.disable ;T; 0o; ; [I"DSee TracePoint@Events for possible events and more information.;T@o; ; [I">A block must be given, otherwise a ThreadError is raised.;T@o; ; [I"FIf the trace method isn't included in the given events filter, a ;TI"RuntimeError is raised.;T@o;; [ I"%TracePoint.trace(:line) do |tp| ;TI" p tp.raised_exception ;TI" end ;TI"F#=> RuntimeError: 'raised_exception' not supported by this event ;T; 0o; ; [I"KIf the trace method is called outside block, a RuntimeError is raised.;T@o;; [ I"%TracePoint.trace(:line) do |tp| ;TI" $tp = tp ;TI" end ;TI"5$tp.line #=> access from outside (RuntimeError) ;T; 0o; ; [I"1Access from other threads is also forbidden.;T: @fileI"vm_trace.c;T:0@omit_headings_from_table_of_contents_below0I"=TracePoint.new(*events) { |obj| block } -> obj ;T0[ I"(*args);T@BFI"TracePoint;TcRDoc::NormalClass00