acrn-hypervisor/misc/debug_tools/acrn_crashlog/acrnprobe/include
Yin Fengwei 1e033f9d89 build: fix dm and acrn_crashlog build error with gcc-11
Unify two functions definitions/declarifications:
  Update the parameters from char array to char pointer.
to fix the build issue:
  probeutils.c:61:29: error: argument 1 of type 'char *' declared
  as a pointer [-Werror=array-parameter=]

Initialize local variable "c" to fix build issue:
  core/mevent.c:122:21: error: 'c' may be used uninitialized
  [-Werror=maybe-uninitialized]

Tracked-On: #5993
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
2021-05-19 11:38:18 +08:00
..
android_events.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
channels.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
crash_reclassify.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
event_handler.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
event_queue.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
history.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
load_conf.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
loop.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
probeutils.h build: fix dm and acrn_crashlog build error with gcc-11 2021-05-19 11:38:18 +08:00
property.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
sender.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
startupreason.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
vmrecord.h tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00