Fix RegisterContextPOSIX_arm::GetReisterSet
The target trip should be 'arm' not 'aarch64'
Add sw brkpt insn to PlatformFreeBSD::GetSoftwareBreakpointTrapOpcode
Differential D9170
Add support for FreeBSD arm live debugging emaste on Apr 21 2015, 1:04 PM. Authored by
Details Fix RegisterContextPOSIX_arm::GetReisterSet Add sw brkpt insn to PlatformFreeBSD::GetSoftwareBreakpointTrapOpcode
Diff Detail Event TimelineComment Actions Its easier to review full context diffs. Please generate it using (git diff -U999999 or svn diff --diff-cmd=diff -x -U999999)
Comment Actions Handle thumb breakpoints Comment Actions Seems I didn't get any email notification from Phabricator for this :(
Comment Actions Extract thumb opcode stub from original change and sync whitespace etc. with PlatformLinux.cpp Comment Actions Thanks! There is also a change to support core file reading, that I believe is Tom |
Please add case for arm in alphabetical order before ppc.
Also add a TODO to handle both (little/big endian) arm and thumb mode trap codes.