Home
last modified time | relevance | path

Searched refs:display (Results 1 – 10 of 10) sorted by relevance

/DragonOS/docs/kernel/debug/
H A Ddebug-kernel-with-gdb.md179 - **print 和 display**
199   您可以使用`display`命令来持续追踪变量或者表达式,`display`命令用于设置需要持续跟踪并在每次程序停止时显示的表达式。它类似于print命令,但与print不同…
202 display <variable> # 打印对应变量名的值,例如:display my_variable
204 display <expression> # 打印合法表达式的值,例如:display a+b
207 (gdb) display order
208 1: order = core::sync::atomic::Ordering::SeqCst #其中1表示display编号,
209 #您可以通过info display命令来查看所有display编号
213 一旦您设置了display命令,每当程序停止(例如,在断点处停止)时,GDB将自动打印指定表达式的值。
215 display命令非常有用,因为它允许您在调试过程中持续监视表达式的值,而无需每次都手动输入print命令。它特别适用于那些您希望持续跟踪的变量或表达式。
218 &emsp;&emsp;**要取消已设置的display命令并停止自动显示表达式的值,可以使用undisplay命令:**
[all …]
/DragonOS/kernel/crates/intertrait/src/
H A Dlib.rs443 let display = st.cast::<dyn Display>(); in cast_ref_wrong() localVariable
444 assert!(display.is_none()); in cast_ref_wrong()
451 let display = st.cast::<dyn Display>(); in cast_mut_wrong() localVariable
452 assert!(display.is_none()); in cast_mut_wrong()
459 let display = st.cast::<dyn Display>(); in cast_box_wrong() localVariable
460 assert!(display.is_err()); in cast_box_wrong()
467 let display = st.cast::<dyn Display>(); in cast_rc_wrong() localVariable
468 assert!(display.is_err()); in cast_rc_wrong()
475 let display = st.cast::<dyn Display>(); in cast_arc_wrong() localVariable
476 assert!(display.is_err()); in cast_arc_wrong()
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dframebuffer_console.rs260 let y_break = (fb_data.display.virt_rows - fb_data.display.yscroll) as usize; in con_clear()
266 fb_data.display.real_y(sy as u32), in con_clear()
273 fb_data.display.real_y((sy + b) as u32), in con_clear()
281 fb_data.display.real_y(sy as u32), in con_clear()
318 fbcon_data.display.real_y(ypos), in con_putcs()
410 let scroll_mode = fbcon_data.display.scroll_mode; in con_scroll()
672 let y = fbcon_data.display.real_y(vc_data.state.y as u32); in cursor()
734 || vc_data.cursor_type != fbcon_data.display.cursor_shape in cursor()
738 fbcon_data.display.cursor_shape = vc_data.cursor_type; in cursor()
742 match fbcon_data.display.cursor_shape.cursor_size() { in cursor()
H A Dmod.rs357 pub display: FbConsoleDisplay, field
/DragonOS/tools/
H A Drun-qemu.sh33 ARGS=`getopt -o p -l bios:,display: -- "$@"`
132 --display)
/DragonOS/user/apps/test-symlink/src/
H A Dmain.rs29 symlink_content.display().to_string(), in main()
/DragonOS/kernel/crates/intertrait/macros/
H A DLICENSE-APACHE70 publicly display, publicly perform, sublicense, and distribute the
114 within a display generated by the Derivative Works, if and
/DragonOS/kernel/crates/rbpf/
H A DLICENSE-APACHE71 publicly display, publicly perform, sublicense, and distribute the
115 within a display generated by the Derivative Works, if and
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md92 - fix(libs/lib_ui): fix the display errors when system initialize (#779)
274 fix(libs/lib_ui): fix the display errors when system initialize (#779)
/DragonOS/
H A DLICENSE105 interactive use in the most ordinary way, to print or display an