Patch to add comments

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Dave,
A small cosmetic pach to add comments in the crash flow.
Of course we may use !# to do this, but to call a shell just for a comment seems rather hard ?
 
 
 
With !#, we have:
 
crash> !#
crash> !# sysrq-triger
crash> !#
crash> file_operations 0xffffffff81643300
struct file_operations {
  owner = 0x0, 
  llseek = 0xffffffff81166b90 <noop_llseek>, 
  read = 0, 
  write = 0xffffffff812fa4b0 <write_sysrq_trigger>,
[...]
}
After the introduction of the command #, we just have: 
 
crash> #
crash> # sysrq-triger
crash> #
crash> file_operations 0xffffffff81643300
struct file_operations {
  owner = 0x0, 
  llseek = 0xffffffff81166b90 <noop_llseek>, 
  read = 0, 
  write = 0xffffffff812fa4b0 <write_sysrq_trigger>,
[...]
}

Attachment: comment.patch
Description: Binary data

--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility

[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux