aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/debug-monitors.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-03arm64: kprobes: Use BRK instead of single-step when executing instructions out-of-lineJean-Philippe Brucker1-0/+1
2020-07-16arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon1-0/+2
2020-05-18arm64: Call debug_traps_init() from trap_init() to help early kgdbDouglas Anderson1-0/+2
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland1-3/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon1-5/+2
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon1-6/+12
2016-11-07arm64: Add uprobe supportPratyush Anand1-0/+3
2016-09-23arm64: kgdb: handle read-only text / modulesAKASHI Takahiro1-2/+0
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu1-0/+5
2016-02-23arm64: move brk immediate argument definitions to separate headerArd Biesheuvel1-13/+1
2016-02-18arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel1-1/+1
2015-07-27arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon1-3/+3
2015-07-27arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin1-0/+2
2015-07-27arm64/debug: Add missing #includesDave P Martin1-0/+3
2015-07-27arm64/debug: Simplify BRK insn opcode declarationsDave P Martin1-19/+4
2015-07-27arm64/debug: Move BRK ESR template macro into <asm/esr.h>Dave P Martin1-7/+0
2015-07-27arm64/debug: More consistent naming for the BRK ESR template macroDave P Martin1-2/+3
2015-07-27arm64/debug: Eliminate magic number from ESR template definitionDave P Martin1-1/+3
2015-07-27arm64/debug: Mask off all reserved bits from generated ESR valuesDave P Martin1-1/+1
2015-07-27arm64/debug: Eliminate magic number for size of BRK instructionDave P Martin1-1/+3
2014-09-25arm64: Fix typos in KGDB macrosCatalin Marinas1-11/+11
2014-09-25arm64: insn: Add return statements after BUG_ON()Mark Brown1-0/+8
2014-07-11arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier1-5/+14
2014-02-26arm64: KGDB: Add Basic KGDB supportVijaya Kumar K1-0/+47
2014-02-26arm64: Add macros to manage processor debug stateVijaya Kumar K1-17/+0
2013-12-19arm64: support single-step and breakpoint handler hooksSandeepa Prabhu1-0/+21
2013-07-19arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler()Chen Gang1-7/+0
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon1-0/+9
2012-09-17arm64: Debugging supportWill Deacon1-0/+88