From 1bcd182d7d229d4a738141981ac9e0db16648711 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 16 Feb 2011 23:03:51 -0500 Subject: [PATCH] updates --- .gdbinit | 10 +++++++++- .ssh/config | 21 +++++++++++++++++++++ .xchat2/xchat.conf | 11 ++++++----- 3 files changed, 36 insertions(+), 6 deletions(-) diff --git a/.gdbinit b/.gdbinit index 0895830..d128425 100644 --- a/.gdbinit +++ b/.gdbinit @@ -40,7 +40,7 @@ define bfin target remote bfin:1234 end -define dis +define di if $argc == 0 disassemble $pc ($pc + 0x40) end @@ -48,6 +48,14 @@ define dis disassemble $arg0 ($arg0 + 0x40) end end +define dis + if $argc == 0 + disassemble $pc,+0x40 + end + if $argc == 1 + disassemble $arg0,+0x40 + end +end define go jump *$arg0 end diff --git a/.ssh/config b/.ssh/config index e1ae498..576e446 100644 --- a/.ssh/config +++ b/.ssh/config @@ -2,6 +2,9 @@ # scp -oNoneEnabled=yes -oNoneSwitch=yes # also enable NoneEnabled on server side +Host wh0rd.org + IdentityFile ~/.ssh/id_dsa.vapier + Host depot User root HostName home.wh0rd.org @@ -60,6 +63,11 @@ Host firewall-sources.blackfin.uclinux.org User vapier IdentityFile ~/.ssh/id_dsa.adi Port 443 +Host wiki.a.c + User vapier + IdentityFile ~/.ssh/id_dsa.adi + HostName 195.170.124.184 + Port 6589 Host norwood-cvs nwd2cvs1.corp.analog.com User cvsuser @@ -82,10 +90,16 @@ Host shanghai-ports DynamicForward 22222 LocalForward localhost:1143 nwd2exm5.ad.analog.com:143 LocalForward localhost:2225 nwd2exm5.ad.analog.com:25 + Host nashua-test User root HostName 10.69.2.210 IdentityFile ~/.ssh/id_dsa.adi +Host nashua-jtag + # User adipcadmin + User vapier + HostName 10.69.2.179 + IdentityFile ~/.ssh/id_dsa.adi Host macmini mac-mini HostName 10.99.22.146 @@ -115,6 +129,13 @@ Host work-ports +### +### random source systems +### + +Host sourceware.org + IdentityFile ~/.ssh/id_dsa.vapier + ### ### Gentoo systems ### diff --git a/.xchat2/xchat.conf b/.xchat2/xchat.conf index 552a558..2d0661e 100644 --- a/.xchat2/xchat.conf +++ b/.xchat2/xchat.conf @@ -1,4 +1,4 @@ -version = 2.8.6 +version = 2.8.8 auto_save = 1 auto_save_url = 0 away_auto_unmark = 0 @@ -7,7 +7,7 @@ away_show_message = 0 away_show_once = 1 away_size_max = 300 away_timeout = 60 -away_track = 1 +away_track = 0 completion_amount = 5 completion_auto = 1 completion_sort = 0 @@ -60,7 +60,7 @@ gui_slist_skip = 1 gui_throttlemeter = 1 gui_topicbar = 1 gui_tray = 1 -gui_tray_flags = 0 +gui_tray_flags = 1 gui_tweaks = 0 gui_ulist_buttons = 0 gui_ulist_doubleclick = QUOTE WHOIS %s %s @@ -80,15 +80,16 @@ gui_win_state = 0 gui_win_top = 38 gui_win_width = 1610 input_balloon_chans = 0 -input_balloon_hilight = 0 +input_balloon_hilight = 1 input_balloon_priv = 0 +input_balloon_time = 20 input_beep_chans = 0 input_beep_hilight = 1 input_beep_msg = 1 input_command_char = / input_filter_beep = 0 input_flash_chans = 0 -input_flash_hilight = 0 +input_flash_hilight = 1 input_flash_priv = 1 input_perc_ascii = 0 input_perc_color = 0 -- 2.39.2