mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-26 06:59:52 -05:00
xwm: Add an X11 error tracing infrastructure
This adds some infrastructure that records the current X11 sequence number, file name, and line number at various places. When an X11 error later comes in, this tracing infrastructure can use the sequence number of the error to figure out which piece of code caused this X11 error. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
c2f51f2705
commit
744fa2e1b7
5 changed files with 109 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ wlr_files += files(
|
|||
'selection/selection.c',
|
||||
'server.c',
|
||||
'sockets.c',
|
||||
'trace.c',
|
||||
'xwayland.c',
|
||||
'xwm.c',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue