Commit graph

  • 559d254a79 thermosphere: the fpu cache is only being really modified by gdb anyway TuxSH 2020-02-03 01:57:11 +00:00
  • 57f2aca2fd thermosphere: I wish ld wasn't dumb (also, bugfix). This saves 4K TuxSH 2020-02-03 01:32:32 +00:00
  • 20737569ce thermosphere: rewhoops TuxSH 2020-02-02 23:47:05 +00:00
  • 84ee01797a thermosphere: fix software breakpoints TuxSH 2020-02-02 22:55:01 +00:00
  • 307d2361ff thermosphere: gdb: fix IsThreadAlive TuxSH 2020-02-02 19:17:30 +00:00
  • 7935c8b1ad thermosphère: fix deadlock TuxSH 2020-02-02 19:03:04 +00:00
  • c12a32c540 thermosphere: fix sending bug when handling ctrl-c TuxSH 2020-02-02 19:02:45 +00:00
  • 50efbe1840 thermosphere: fix continue logic for full-stop & some refactoring TuxSH 2020-02-02 17:46:17 +00:00
  • ade27f084f thermosphere: rewrite condition in debugManagerDoPauseCores TuxSH 2020-02-02 01:32:56 +00:00
  • e18cc528a8 thermosphere: fix bug in debug.c TuxSH 2020-02-02 01:12:06 +00:00
  • ab02bd6cfe thermosphere: oops TuxSH 2020-02-01 23:42:26 +00:00
  • 94c04af758 thermosphere: better self-debug fault reporting TuxSH 2020-02-01 23:42:08 +00:00
  • aca1e86f45 thermosphere: fix bug in exceptionReturnPreprocess TuxSH 2020-02-01 22:09:07 +00:00
  • 95ea2f4f95 thermosphere: forgot compiler barrier in get_sysreg TuxSH 2020-02-01 22:05:26 +00:00
  • 316166d8de thermosphere: fix gdb/regs.c assertions TuxSH 2020-02-01 19:50:28 +00:00
  • 97d548cc94 thermopshere: GDB_ParseExceptionFrame: fix format error TuxSH 2020-02-01 19:39:31 +00:00
  • 65713df11c thermosphere: fix bug where x0 isn't saved TuxSH 2020-02-01 19:39:04 +00:00
  • 57a4a3457e thermosphere: fix thread reporting logic, etc TuxSH 2020-02-01 16:28:31 +00:00
  • fe3badcdf7 thermosphere: fix reporting logic of initial break event TuxSH 2020-02-01 16:20:45 +00:00
  • 18ca273107 thermosphere: fix target.xml generation TuxSH 2020-02-01 15:45:57 +00:00
  • 2915aed461 thermosphere: fix irq buffer overflow TuxSH 2020-02-01 15:31:08 +00:00
  • 6457dce5b1 thermosphere: add more debugging strings TuxSH 2020-02-01 15:11:59 +00:00
  • eff433f62c thermosphere: gdb: fix a few bugs TuxSH 2020-02-01 14:25:12 +00:00
  • 86eaa7777b thermosphere: pl011: fix uartSetInterruptStatus TuxSH 2020-02-01 01:15:42 +00:00
  • 116d0703f4 thermosphere: actually report the debug events TuxSH 2020-01-31 23:54:42 +00:00
  • fded7fd692 thermosphere: gdb: fix GDB_SendStopReply TuxSH 2020-01-31 23:46:25 +00:00
  • 3190d971a1 thermosphere: pause at start, some cleanup, etc. TuxSH 2020-01-31 23:23:41 +00:00
  • b929d76009 thermosphere: libc: fix missing macro TuxSH 2020-01-31 23:15:34 +00:00
  • 6b546a2716 thermosphere: qemu: make serial go through a socket TuxSH 2020-01-31 23:12:36 +00:00
  • 26461cd7a9 thermosphere: oops TuxSH 2020-01-31 23:04:22 +00:00
  • 680a768178 thermosphere: reduce usage of nonvolatile memory by around 4KB TuxSH 2020-01-31 18:42:16 +00:00
  • 1fd2cdb664 thermosphere: gdb: add debugManagerInit TuxSH 2020-01-31 02:53:40 +00:00
  • 057d3e5e1c thermosphere: gdb: add missing command list entries, fix warnings again TuxSH 2020-01-31 02:28:51 +00:00
  • 6becc5dc8a thermosphere: add src/gdb to build list, fix subsequent warnings and errors TuxSH 2020-01-31 01:58:56 +00:00
  • 55c92b3ab1 thermosphere: fix break/continue (?), fix attach/detach TuxSH 2020-01-31 01:12:59 +00:00
  • 598b0b4b56 thermosphere: gdb: remove currentThreadId; migrate rx irq TuxSH 2020-01-31 00:36:15 +00:00
  • 5a29fd17fe thermosphere: gdb: add core_on and core_off handling TuxSH 2020-01-31 00:28:05 +00:00
  • ced0b32556 thermosphere: forgot to call exceptionReturnPreprocess in start.s TuxSH 2020-01-31 00:25:17 +00:00
  • 997d1a5b0a thermosphere: gdb: properly handle vStopped ack sequence TuxSH 2020-01-30 01:56:31 +00:00
  • 8dc536cc5b thermosphere: gdb/debug: avoid pause/unpause race condition in vCont + bugfix TuxSH 2020-01-30 01:22:37 +00:00
  • 5dd8e3c129 thermosphere: gdb: fix parsing errors in vCont and hex decode TuxSH 2020-01-29 18:08:39 +00:00
  • b08c1e34b1 thermosphere: gdb add break & vCont handling TuxSH 2020-01-29 01:19:38 +00:00
  • ba9b99713f thermosphere: GDB_TrySignalDebugEvent, do nothing if not attached TuxSH 2020-01-28 01:18:17 +00:00
  • 52c3397b19 thermosphere: add structural changes needed for range step TuxSH 2020-01-28 01:13:21 +00:00
  • cba5c08bbc thermosphere: resend debug event if not handled TuxSH 2020-01-28 00:38:53 +00:00
  • adc6962d99 thermosphere: impl. debug event dispatching, vStopped, "?" TuxSH 2020-01-27 22:17:25 +00:00
  • d7ffcfc5d5 thermosphere: debug manager wip TuxSH 2020-01-27 00:46:00 +00:00
  • f69ef02096 thermosphere: gdb: remove server, rewrite data processing in gdb/context and gdb/net TuxSH 2020-01-26 23:50:30 +00:00
  • 5dc54d8764 thermosphere: optimize barrier and core_ctx TuxSH 2020-01-26 15:07:26 +00:00
  • b168b0c2eb thermopshere: add spinlock try lock TuxSH 2020-01-26 01:44:17 +00:00
  • 65205f74da thermosphere: rewrite gdb/reg TuxSH 2020-01-25 22:55:38 +00:00
  • abc699aa3d thermosphere: rework fpu register handling TuxSH 2020-01-25 20:16:10 +00:00
  • e3961f225c thermosphere: introduce "ENSURE" TuxSH 2020-01-25 17:20:43 +00:00
  • d0821a3f50 thermosphere: small spinlock improvements TuxSH 2020-01-25 16:13:16 +00:00
  • f4e7425b27 thermosphere: refactor gdb/thread TuxSH 2020-01-25 01:12:35 +00:00
  • 8b28e6f107 thermosphere: gdb: target xml + various refactoring TuxSH 2020-01-24 20:24:05 +00:00
  • 3ef785ef21 thermosphere: rewrite gdb/mem TuxSH 2020-01-24 00:52:55 +00:00
  • a501f0b4a2 thermosphere: gdb/net: reduce stack/memory usage by using memmove TuxSH 2020-01-23 23:43:30 +00:00
  • 559b54a319 thermopshere: gdb: rewrite stop point handling TuxSH 2020-01-23 22:00:39 +00:00
  • 55be6773fd thermosphere: retrieve wp direction TuxSH 2020-01-23 02:32:27 +00:00
  • e723415e44 thermosphere: some gdb/debug refactor TuxSH 2020-01-23 02:15:03 +00:00
  • c66b70b1a2 thermopshère: rewrite some gdb/net functions TuxSH 2020-01-22 21:29:44 +00:00
  • b545295f32 thermosphere: add esr_el2 to exception frame TuxSH 2020-01-22 21:08:52 +00:00
  • 7bf92888a4 thermosphere: allow each core to pause itself in a lock-free manner & fix bugs TuxSH 2020-01-22 20:26:14 +00:00
  • 63f5255a3d thermosphere: wip gdb TuxSH 2020-01-22 01:50:03 +00:00
  • e4b2745e7c thermosphere: copy paste lots of gdb luma files (but don't build them yet) TuxSH 2020-01-21 22:38:29 +00:00
  • d80299d9ce thermosphere: minor changes TuxSH 2020-01-21 22:24:15 +00:00
  • 0014991378 thermosphere: incl pattern utils TuxSH 2020-01-21 01:56:35 +00:00
  • cfdf1e7ec6 thermosphere: unfuck sw breakpoint logic TuxSH 2020-01-21 01:27:47 +00:00
  • 09bb173757 thermosphere: uninline recursive lock funcs TuxSH 2020-01-21 00:05:01 +00:00
  • 2d32a812b7 thermosphere: implement reading and writing guest memory TuxSH 2020-01-20 02:24:02 +00:00
  • aebdb2a774 thermosphere: we expose a GICv2, not a GICv1 TuxSH 2020-01-19 18:23:37 +00:00
  • f943b8e94f thermosphere: use ish instead of sy in most places TuxSH 2020-01-19 18:18:48 +00:00
  • cb38236bf0 thermosphere: fix fmt.c "l" handling TuxSH 2020-01-19 16:56:29 +00:00
  • 7553580b64 thermosphere: major refactor of memory map TuxSH 2020-01-17 22:10:26 +00:00
  • 5eb2d79996 thermosphere: disable interrupts in debugPauseCores TuxSH 2020-01-16 01:41:43 +00:00
  • 1c707d9ded thermosphere: rewrite debug pause & fix single step state machine TuxSH 2020-01-16 01:18:34 +00:00
  • 2753b6cf8f thermosphere: trap set/way dcache access TuxSH 2020-01-15 17:30:25 +00:00
  • 114cdc5aa4 thermosphere: use barriers and caches *properly*. Cache code refactoring TuxSH 2020-01-15 02:42:07 +00:00
  • fbdd941061 thermosphere: add debug pause logic TuxSH 2020-01-14 02:09:51 +00:00
  • 3e7e658594 thermosphere: add common asm macros TuxSH 2020-01-14 00:58:31 +00:00
  • 84a2dc4ad9 thermosphere: add fpu regs save/restore TuxSH 2020-01-14 00:32:09 +00:00
  • c085a67150 thermosphere: add cctx->userFrame TuxSH 2020-01-13 22:46:10 +00:00
  • 674f3d0fc9 thermosphere: fix ptimer time freezing (again) TuxSH 2020-01-13 19:23:53 +00:00
  • e5f6440c3f thermosphere: properly implement guest timer stuff TuxSH 2020-01-12 21:51:50 +00:00
  • 3b542e749f thermosphere: add TransportInterface abstraction layer TuxSH 2020-01-12 01:59:26 +00:00
  • 26bda4f32d thermosphere: refactor tegra uart code, etc. TuxSH 2020-01-11 01:36:55 +00:00
  • a552c254e0 thermosphere: pl011 uart refactor TuxSH 2020-01-10 19:45:31 +00:00
  • 57548e67fb thermosphere: fix pl101 uart reg definitions TuxSH 2020-01-10 02:03:06 +00:00
  • edb942a032 thermosphere: add proper memory/instruction barriers for breakpoint stuff TuxSH 2020-01-09 22:47:22 +00:00
  • 0dd5f1f6d4 thermosphere: add hypervisor timer code TuxSH 2020-01-09 19:24:05 +00:00
  • 4d8a07943c thermosphere: qemu: get rid of arm tf TuxSH 2020-01-09 02:50:35 +00:00
  • f19c67435a thermosphere: refactor exception handlers & add stolen time/emulated ptimer logic TuxSH 2020-01-08 22:18:56 +00:00
  • 2f999497df thermosphere: rewrite sysreg trapping code, add skeleton code for timer val trap handling; support A32 EL1 once again TuxSH 2020-01-07 02:17:05 +00:00
  • a67d682c10 thermosphere: don't trap memory register writes/don't migrate sw breakpoints TuxSH 2020-01-06 21:57:53 +00:00
  • 2219494675 thermosphere: vgic: largely reduce the number of mmio accesses TuxSH 2020-01-05 23:51:17 +00:00
  • d560330a9d thermosphere: make the pending virq list ordering stable TuxSH 2020-01-05 21:54:02 +00:00
  • 3424e0bf71 thermosphere: fix wrong icfgr shift; fix list handling bug TuxSH 2020-01-05 16:04:53 +00:00
  • 7d30fce54c thermosphere: vgic: fix OOB accesses, fix icfgr and itargetsr handling TuxSH 2020-01-05 00:33:35 +00:00
  • 81a3b4fff5 thermosphere: fix is/ic registers usage; fix offset calculation TuxSH 2020-01-04 20:18:43 +00:00