From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards To: Andrew Cagney Cc: Fernando Nasser , Fernando Nasser , gdb@sourceware.cygnus.com Subject: Re: RDI target broken in 000215 snapshot Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-id: <20000224215652.A7650@visi.com> References: <20000221104541.A28578@visi.com> <38B2AD14.7B0B4A4E@redhat.com> <20000224124726.A663@visi.com> <38B58292.3B11D622@cygnus.com> <20000224134607.A6354@visi.com> <38B59CE1.4CFA7F1E@cygnus.com> <20000224152638.A2092@visi.com> <38B5EEDB.8A8F2DD8@cygnus.com> X-SW-Source: 2000-q1/msg00416.html > o as soon as GDB encounters a binary > it pokes around the bfd file to determine > the endianess and uses that (provided things > are still auto). That implies that when I loaded a big-endian file it should have switched to big-endian. It didn't seem to -- I'll have to try that again. > To the best of my knowledge, no one has seriously investigated how to > set up an interface where the target determines architectural > information (such as endianess). Since 50% of my sample of 2 target interfaces don't correctly report endianess, it may not be something worth investigating. > it looks like TARGET_BYTE_ORDER_DEFAULT was changed or added in the > wrong place. Now that I know what happened, it's not a big deal. I can just set it in .gdbinit. -- Grant Edwards grante@visi.com >From shebs@apple.com Sat Apr 01 00:00:00 2000 From: Stan Shebs To: "Frank Ch. Eigler" Cc: gdb@sourceware.cygnus.com, Stephane.Bihan@arccores.com Subject: Re: how to integrate an ISS target in the gdb tree Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-id: <38D6C365.F2942D51@apple.com> References: X-SW-Source: 2000-q1/msg00748.html Content-length: 458 "Frank Ch. Eigler" wrote: > I believe we will need an FSF copyright assignment, so you may want to get > started on that paperwork in parallel. Historically, not all simulators have been assigned to the FSF. But while one could make an argument that the sims are separate somehow, it doesn't set a very good precedent - the whole point of the assignment policy is to have consistent ownership, rather than the patchwork that's currently under sim/. Stan >From alexey@vocord.com Sat Apr 01 00:00:00 2000 From: Alexey To: gdb@sourceware.cygnus.com Subject: Need help with remote debug! Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-id: <38BAA89B.93B653B4@vocord.com> X-SW-Source: 2000-q1/msg00438.html Content-length: 315 Hello! I want to use gdb to remote debug applications on my board with mips p4650 through the shared memory. I put printk in ioctl in driver. So I can see what gde send somthing with cmd 0x5401 and 0x5402 - TCGETS and TCSETS So the question is: what does gdb send and what he is want to recieve? Regards Alexey