Changeset 53c8d12 in mainline
- Timestamp:
-
2014-04-18T07:54:21Z
(11 years ago)
- Author:
- Vojtech Horky <vojtechhorky@…>
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 80f6be9
- Parents:
- bcc20fa1
- Message:
-
is_jump() is needed even without kernel console
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
rbcc20fa1
|
r53c8d12
|
|
97 | 97 | .argv = adde_argv |
98 | 98 | }; |
| 99 | #endif |
99 | 100 | |
100 | 101 | static struct { |
… |
… |
|
147 | 148 | } |
148 | 149 | |
| 150 | #ifdef CONFIG_KCONSOLE |
| 151 | |
149 | 152 | /** Add new breakpoint to table |
150 | 153 | * |