Search Results
Search results 1-4 of 4.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
JLINK-GDB - has support for hardware instruction breakpoints, the CI, BI, commands. What about a DATA WRITE breakpoint? What about a DATA READ breakpoint? In my case, I have a nasty NULL pointer bug somewhere in my code. It trashes my interrupt vector table located at zero. When that happens, well - bad things happen. It would be *GREAT* to be able to set a write breakpoint at address ZERO and see what is trashing my vector table. How do I do that with Jlink-GDB-SERVER? Thanks. -Duane.
-
Thanks - For those who do not know - the new beta version (379g) fixes the problem. -Duane.
-
Last night - I emailed the ELF + two copies of the log file to the address you sent privately and forgot to put a note here. Thanks. -Duane.
-
Hello, there are problems with the new version of jlink software. It crashes and exits. I have: SEGGER J-Link GDB Server V3.78c JLinkARM.dll V3.78c (DLL compiled Dec 13 2007 20:28:39) J-Link connected Firmware: J-Link compiled Dec 03 2007 17:15:31 ARM Rev.5 Hardware: V5.20 S/N: 20002799 OEM: SAM-ICE Feature(s): RDI Listening on TCP/IP port 2331 J-Link found 1 JTAG device, Total IRLen = 4 JTAG ID: 0x3F0F0F0F (ARM7) SAM-ICE found ! I am using this version of GDB (from linux, gdbserver is running o…