Jeffrey Pfau
|
f6a7fedb28
|
All: Add MPL 2.0 license and associated headers
|
2014-12-03 00:39:06 -08:00 |
|
Jeffrey Pfau
|
55ba676d7c
|
Debugger: Actually execute system commands
|
2014-11-27 11:02:47 -08:00 |
|
Jeffrey Pfau
|
a8731d280f
|
Debugger: Add support for additional platforms in CLI
|
2014-11-27 09:47:03 -08:00 |
|
Jeffrey Pfau
|
8ec961d2e8
|
Debugger: Add reset command
|
2014-11-27 08:58:22 -08:00 |
|
Jeffrey Pfau
|
732e29e3c6
|
Fix argument number errors
|
2014-10-25 01:48:55 -07:00 |
|
Jeffrey Pfau
|
768316a8d3
|
Fix two small consistency issues
|
2014-10-23 01:53:18 -07:00 |
|
Jeffrey Pfau
|
435edc8017
|
Prefix completion
|
2014-10-10 03:27:10 -07:00 |
|
Jeffrey Pfau
|
ab904f2cfd
|
Don't tab complete null
|
2014-10-10 03:22:44 -07:00 |
|
Jeffrey Pfau
|
ef6e1f9e74
|
Fix tab-completing past the end of the completions list
|
2014-10-10 02:56:13 -07:00 |
|
Jeffrey Pfau
|
0b736c9cc8
|
Add disassemble alias
|
2014-10-10 02:50:09 -07:00 |
|
Jeffrey Pfau
|
be82f04618
|
Print address alongside disassembled instructions
|
2014-10-10 02:45:57 -07:00 |
|
Jeffrey Pfau
|
834395d5d9
|
Add customizable parsers per command
|
2014-09-02 21:54:19 -07:00 |
|
Jeffrey Pfau
|
232ae47a6c
|
CLI debugger help
|
2014-09-02 09:55:05 -07:00 |
|
Jeffrey Pfau
|
9a87840e7e
|
Add invalid commands to the CLI debugger history instead of discarding them
|
2014-08-30 04:02:19 -07:00 |
|
Jeffrey Pfau
|
e6148ddb13
|
Add p/t to CLI debugger
|
2014-08-30 04:00:17 -07:00 |
|
Jeffrey Pfau
|
383c630891
|
Selectable disassemble modes in CLI debugger (fixes #113)
|
2014-08-30 03:48:14 -07:00 |
|
Jeffrey Pfau
|
d8654f3b88
|
Use stdbool for readability
|
2014-07-16 01:02:34 -07:00 |
|
Jeffrey Pfau
|
4638e4a017
|
Add parenthesis support
|
2014-07-12 17:58:03 -07:00 |
|
Jeffrey Pfau
|
a58f8f8675
|
Support identifiers
|
2014-07-12 17:25:51 -07:00 |
|
Jeffrey Pfau
|
ce1dd4416f
|
Proper parser, without identifier support currently
|
2014-07-12 17:12:35 -07:00 |
|
Jeffrey Pfau
|
f71edb1684
|
Parse expressions in a separate function
|
2014-07-12 14:50:09 -07:00 |
|
Jeffrey Pfau
|
5b7da978d1
|
Remove project name strings from the code
|
2014-07-12 04:29:12 -07:00 |
|
Jeffrey Pfau
|
8f151ec90f
|
DebugVectors should inherit failure
|
2014-07-12 04:12:04 -07:00 |
|
Jeffrey Pfau
|
903f384e05
|
Operations on numbers in CLI debugger
|
2014-07-12 04:04:15 -07:00 |
|
Jeffrey Pfau
|
5b7a551ed8
|
Add disassemble CLI debugger command
|
2014-07-12 03:36:04 -07:00 |
|
Jeffrey Pfau
|
aefa5f0ab8
|
Merge branch 'decoder'
Conflicts:
src/debugger/cli-debugger.c
|
2014-07-12 00:40:40 -07:00 |
|
Jeffrey Pfau
|
a09d8649ee
|
Begin work on ARM disassembler
|
2014-07-11 03:50:29 -07:00 |
|
Jeffrey Pfau
|
55977796f3
|
Move UNUSED macro to common.h
|
2014-07-10 01:00:38 -07:00 |
|
Jeffrey Pfau
|
7a4ca414e5
|
Restructure watchpoints
|
2014-04-20 00:47:49 -07:00 |
|
Jeffrey Pfau
|
0f68dbc832
|
Redo component model/type punning
|
2014-04-20 00:19:55 -07:00 |
|
Jeffrey Pfau
|
c0eb7c81f7
|
Remove ARMMemory and ARMBoard shims
|
2014-04-19 18:14:17 -07:00 |
|
Jeffrey Pfau
|
ecb1939ff1
|
Move common headers to common.h, remove util and debugger from being first class include directories
|
2014-04-02 23:51:35 -07:00 |
|
Jeffrey Pfau
|
c8e1a9cd59
|
PC-relative disassembling
|
2014-03-29 23:08:31 -07:00 |
|
Jeffrey Pfau
|
e60cbfaf84
|
Begin disassembler
|
2014-03-29 23:06:07 -07:00 |
|
Jeffrey Pfau
|
9435226c58
|
Breakpoint clearing in CLI debugger
|
2014-02-01 15:39:30 -08:00 |
|
Jeffrey Pfau
|
a214481b76
|
Fix typo in type
|
2014-02-01 01:02:26 -08:00 |
|
Jeffrey Pfau
|
5bbf7f2308
|
Separate out CLI debugger from debugging interface
|
2014-02-01 00:47:36 -08:00 |
|