Advertisement
Guest User

Untitled

a guest
Jan 25th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. gdb751 mythfrontend -x gdbcommands
  2. GNU gdb (GDB) 7.5.1 [GDB v7.5.1 for FreeBSD]
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-portbld-freebsd9.1".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/local/bin/mythfrontend...done.
  12. Function "qFatal" not defined.
  13. Breakpoint 1 (qFatal) pending.
  14. [New LWP 100310]
  15. [New Thread 812807400 (LWP 100310)]
  16. ****************************************************
  17. WARNING: -l has been removed as of MythTV 0.25
  18. This option has been removed as part of rewrite of the logging interface. Please update your init scripts to use --syslog to interface with your system's existing system logging daemon, or --logpath to specify a dirctory for MythTV to write its logs to.
  19. ****************************************************
  20.  
  21. mythfrontend version: fixes/0.26 [v0.26.0-88-g3587b82] www.mythtv.org
  22.  
  23. MythFrontend is the primary playback application for MythTV. It
  24. is used for playback of scheduled and live recordings, and management
  25. of recording rules.
  26.  
  27. Misc. Options:
  28. -d OR --disable-autodiscovery Prevent frontend from using UPnP autodiscovery.
  29. --noupnp Disable use of UPnP.
  30. -O OR --override-setting Override a single setting defined by a key=value pair.
  31. --override-settings-file Define a file of key=value pairs to be loaded for setting overrides.
  32. -p OR --prompt Always prompt for backend selection.
  33. -r OR --reset Resets appearance, settings, and language.
  34. -h OR --help OR --usage Display this help printout, or give detailed information of selected option.
  35. --version Display version information.
  36.  
  37. User Interface Options:
  38. -display Specify X server to use.
  39. -geometry OR --geometry Specify window size and position (WxH[+X+Y])
  40. --mouse-cursor Force visibility of the mouse cursor.
  41. --no-mouse-cursor Force the mouse cursor to be hidden.
  42. -nw OR --no-windowed Prevent application from running in a window.
  43. -w OR --windowed Force application to run in a window.
  44.  
  45. Startup Behavior Options:
  46. --jumppoint Start the frontend at specified jump point.
  47. --runplugin Start the frontend within specified plugin.
  48.  
  49. Logging Options:
  50. --loglevel Set the logging level. All log messages at lower levels will be discarded.
  51. In descending order: emerg, alert, crit, err, warning, notice, info, debug
  52. defaults to info
  53. --logpath Writes logging messages to a file in the directory logpath with filenames in the format:
  54. applicationName.date.pid.log.
  55. This is typically used in combination with --daemon, and if used in combination with --pidfile,
  56. this can be used with log rotators, using the HUP call to inform MythTV to reload the file
  57. --nodblog Disable database logging.
  58. -q OR --quiet Don't log to the console (-q). Don't log anywhere (-q -q)
  59. --syslog Set the syslog logging facility.
  60. Set to "none" to disable, defaults to none.
  61. -v OR --verbose Specify log filtering. Use '-v help' for level info.
  62.  
  63. [Inferior 1 (process 31398) exited with code 0204]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement