Jorge Aparicio
|
d41dd6a4c7
|
gdbinit: print demangled symbols by default
this change turns this:
``` console
(gdb) x/4 0x200003f0
0x200003f0 <_ZN3app2XS17h4b49405669958fd2E+1008>: 0x20000400 0x080004f5 0x00000000 0x00000001
```
into this:
``` console
(gdb) x/4 0x200003f0
0x200003f0 <app::XS+1008>: 0x20000400 0x080004f5 0x00000000 0x00000001
```
|
2017-11-25 01:12:17 +01:00 |
|
Jorge Aparicio
|
59a780d0c4
|
Revert "Remove 'monitor tpiu itm port 0 on' from .gdbinit"
This reverts commit f88a44fd78.
It's required on OpenOCD 0.10.0
|
2017-06-17 17:18:48 -05:00 |
|
Adam Greig
|
f88a44fd78
|
Remove 'monitor tpiu itm port 0 on' from .gdbinit
This happens automatically when openocd sets up the tpiu; see openocd manual 16.5.4.
|
2017-06-09 22:22:53 +01:00 |
|
Jorge Aparicio
|
ea13292cc4
|
bump cortex-m-rt version to v0.2.3; document the _stext symbol
|
2017-05-30 19:36:10 -05:00 |
|
Jorge Aparicio
|
0b22a8aabb
|
.gdbinit: add a commented out option to make the SWO pin functional when ...
it's not connected to a programmer / debugger SWO pin
|
2017-05-28 22:53:53 -05:00 |
|
Jorge Aparicio
|
d4c6bde00f
|
gdbinit: don't reset the microcontroller
simply `step` after the `load` command. This should just work now that we are
using cortex-m-rt v0.2.2
|
2017-05-28 21:09:38 -05:00 |
|
Jorge Aparicio
|
a03ad00a1b
|
adapt to changes in cortex-m-srp
|
2017-04-10 09:34:37 -05:00 |
|
Jorge Aparicio
|
63213f3568
|
initial commit
|
2017-03-12 13:01:08 -05:00 |
|